1
0
mirror of https://github.com/JvanKatwijk/qt-dab.git synced 2025-10-06 08:12:40 +02:00
Files
SDR-DAB_Qt-DAB/helpers/tpeg-client/myModule.py

15 lines
269 B
Python
Raw Normal View History

2024-03-27 16:24:49 +01:00
import sys
import base64
import openlr
def PrintArray (a):
test= base64.b64encode (a)
try:
2024-03-30 19:39:33 +01:00
test = openlr. binary_decode (test, is_base64=True)
2024-03-27 16:24:49 +01:00
print (test)
except NotImplementedError:
print (f"Version Error")
c = 0
return c