1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

REST API examples: fixed config.py for Python 3

This commit is contained in:
f4exb 2019-05-01 12:54:01 +02:00
parent 65f7e185b4
commit 84dc7e0bb0

View File

@ -63,7 +63,7 @@ def main():
except Exception as ex: except Exception as ex:
tb = traceback.format_exc() tb = traceback.format_exc()
print >> sys.stderr, tb print(tb, file=sys.stderr)
# ====================================================================== # ======================================================================