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
1 changed files with 1 additions and 1 deletions

View File

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