karlicoss/rexport

Syntax error

foss-what-else opened this issue · 3 comments

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

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?

Closing since it's stale, but feel free to comment & reopen

Works with Python > 3.6. Thanks!