Skip to content

Commit

Permalink
there must be a better way to do this.....
Browse files Browse the repository at this point in the history
  • Loading branch information
Mole1424 committed Jul 6, 2023
1 parent e402a36 commit 1a79519
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 = True
resetdb = False
if resetdb:
with app.app_context():
db.drop_all()
Expand Down

0 comments on commit 1a79519

Please sign in to comment.