kickthemout
kickthemout copied to clipboard
Syntax Error in "def scanningAnimation(text)"
Hi there. I keep running into issues when trying to start this program, and this is one of the main ones.
(xenial)anonymous@localhost:~/Desktop/kickthemout$ sudo python3 kickthemout.py
File "kickthemout.py", line 63
define scanningAnimation(text):
^
SyntaxError: invalid syntax
Any help would be appreciated.
Hi there @MrFoxyBR. Could you please share the output of the following command: sudo python3 -vvv kickthemout.py
. Thanks!