Skip to content
Snippets Groups Projects
Commit 8356e09d authored by Yifan Su's avatar Yifan Su
Browse files

Update __init__.py

parent 8595b5dd
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ DB_NAME = "database.db"
def create_app():
app = Flask(__name__)
app.config['SECRET_KEY'] = '123456'
app.config['SECRET_KEY'] = 'c23025281'
app.config['SQLALCHEMY_DATABASE_URI'] = f'sqlite:///{DB_NAME}'
db.init_app(app)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment