mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
REST API examples: fixed config.py for Python 3
This commit is contained in:
parent
65f7e185b4
commit
84dc7e0bb0
@ -63,7 +63,7 @@ def main():
|
||||
|
||||
except Exception as ex:
|
||||
tb = traceback.format_exc()
|
||||
print >> sys.stderr, tb
|
||||
print(tb, file=sys.stderr)
|
||||
|
||||
|
||||
# ======================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user