Docfile commited on
Commit
352ef69
·
verified ·
1 Parent(s): d7f78d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  from api.index import app, db
2
 
3
- # Create database tables if they don't exist
4
  with app.app_context():
5
  db.create_all()
6
 
 
1
  from api.index import app, db
2
 
3
+ # Create databavse tables if they don't exist
4
  with app.app_context():
5
  db.create_all()
6