Spaces:
Sleeping
Sleeping
Commit
·
ce830fb
1
Parent(s):
52d1a9a
Update main.py
Browse files
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
|
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 |
|