flask_vote_app
flask_vote_app copied to clipboard
Conor McGregor vs. Floyd Mayweather Flask App
Results
1
flask_vote_app issues
Sort by
recently updated
recently updated
newest added
The error message is > sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file (Background on this error at: https://sqlalche.me/e/14/e3q8) It says the error is on line `fighters = Fighter.query.order_by('id').all()` My Run.py...