Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. File "app.py", line 1, in <module>
  2. from app.app_factory import create_app
  3. File "/home/przemek/Documents/TSP/tsp/app/__init__.py", line 1, in <module>
  4. from .app_factory import create_app
  5. File "/home/przemek/Documents/TSP/tsp/app/app_factory.py", line 74
  6. marks={(5 * (i+1)): f'{5 * (i+1)}s' for i in range(13)}),
  7. ^
  8. SyntaxError: invalid syntax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement