Prince/funda/config.py

5 lines
112 B
Python
Raw Normal View History

2021-08-16 20:06:55 +00:00
from storage import SQLITE_PATH
DEBUG = True # Turns on debugging features in Flask
SQLITE_PATH = "storage.db"