Browse Source

Update sargraph.py

Fix another print.
check-vt100
Peter Gielda 7 years ago committed by GitHub
parent
commit
c902d0c9fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      sargraph.py

2
sargraph.py

@ -86,7 +86,7 @@ if len(sys.argv) > 1:
while p.poll() is None:
time.sleep(0.1)
else:
print "Error: Unknown parameter '%s'" % cmd
print("Error: Unknown parameter '%s'" % cmd)
sys.exit(1)
sys.exit(0)

Loading…
Cancel
Save