Skip to content

Commit

Permalink
fix(db): remove breaking app in create_all (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
drahamim authored Feb 9, 2024
1 parent 3c88486 commit c2e3c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invenflask/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


with app.app_context():
db.create_all(app=app)
db.create_all()


@app.context_processor
Expand Down

0 comments on commit c2e3c78

Please sign in to comment.