reduce further

This commit is contained in:
Son NK 2020-08-11 16:20:01 +02:00
parent dc206b41c7
commit 00411cef61
1 changed files with 1 additions and 3 deletions

View File

@ -86,9 +86,7 @@ def create_light_app() -> Flask:
app.config["SQLALCHEMY_DATABASE_URI"] = DB_URI
app.config["SQLALCHEMY_TRACK_MODIFICATIONS"] = False
app.secret_key = FLASK_SECRET
init_extensions(app)
db.init_app(app)
return app