Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Syntax error in app.py #38

Closed
1ExplosiveTaco opened this issue Jan 8, 2018 · 1 comment
Closed

[bug] Syntax error in app.py #38

1ExplosiveTaco opened this issue Jan 8, 2018 · 1 comment

Comments

@1ExplosiveTaco
Copy link

Running app.py in the terminal gives me this:
File "app.py", line 10
whitelist: List[str] = None
^
SyntaxError: invalid syntax
I might have done something wrong? using python 3 and following the read me directions. Thanks

@PetterKraabol
Copy link
Owner

Hi, I get the same error if I run this in Python 2.7. You might have to use python3 app.py if you have multiple versions installed.

Run python --version to see your version.

It's valid Python 3 syntax: https://repl.it/repls/ShadyDarkcyanComet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants