py-onym
py-onym copied to clipboard
cannot execute script error on line 24
The error is:
File "tellonym.py", line 24
def send(self, message) -> bool:
SyntaxError: invalid syntax
I'm running it on raspbian os. Any help would be appreciated. Thanx.
Run python -V
and paste the output.
Python 2.7.16
This program requires python3 to work. Install the latest version from your package manager or from the official website. Also, you really shouldn't be using python2 anymore since it's reached EOL.
ok, thanx