-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Hi!
Nice tool :) Thanks!
I do get a error at line 41, this is the print line. Python 3 complains that it should be in parentheses.
The error:
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(output[:cols])?
I've tested the change below and that works:
print(output[:cols])
Regards, Paul
Metadata
Metadata
Assignees
Labels
No labels