Skip to content

Commit

Permalink
idk if there is
Browse files Browse the repository at this point in the history
  • Loading branch information
Mole1424 committed Jul 6, 2023
1 parent 1a79519 commit c291700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///db.sqlite'
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
db.init_app(app)
resetdb = False
resetdb = True
if resetdb:
with app.app_context():
db.drop_all()
Expand Down

0 comments on commit c291700

Please sign in to comment.