Syntax error
foss-what-else opened this issue · 3 comments
foss-what-else commented
When I run the script I get a syntax error
pi@raspberrypi:~/projects/rexport$ python rexport.py --secrets reddit_secrets.py
File "rexport.py", line 14
profile: Dict
^
SyntaxError: invalid syntax
karlicoss commented
Hey, sorry for late reply. I think it's caused by Python version, you must be using something < 3.6? Any chance you could run it via python3.6 or higher instead?
karlicoss commented
Closing since it's stale, but feel free to comment & reopen
foss-what-else commented
Works with Python > 3.6. Thanks!