darshan8950 commited on
Commit
ce830fb
·
1 Parent(s): 52d1a9a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -12,7 +12,7 @@ import threading
12
  app = Flask(__name__)
13
 
14
  # Configuration for SQLite database
15
- app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///faces.db'
16
  app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
17
  db = SQLAlchemy(app)
18
 
 
12
  app = Flask(__name__)
13
 
14
  # Configuration for SQLite database
15
+ app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite://///code/instance/faces.db'
16
  app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
17
  db = SQLAlchemy(app)
18