ralphwetzel / theonionbox

Dashboard to monitor Tor node operations
MIT License
122 stars 17 forks source link

Build breaks with python-2.7 #51

Closed yurivict closed 5 years ago

yurivict commented 5 years ago
/usr/local/bin/python2.7 -O /tmp/tmpQ2uw74.py
  File "/usr/local/lib/python2.7/site-packages/theonionbox/tob/system.py", line 25
    print(' ', *objs, file=sys.stderr)
               ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/site-packages/theonionbox/tob/config.py", line 6
    print("{}{}".format('  ' * indent, msg), end=end)
                                                ^
SyntaxError: invalid syntax