We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2747b2b commit a3873e3Copy full SHA for a3873e3
src/flask_state/controller/manager.py
@@ -72,7 +72,6 @@ def init_redis(app):
72
73
74
def init_db(app):
75
- app.config["SQLALCHEMY_TRACK_MODIFICATIONS"] = True
76
if not app.config.get("SQLALCHEMY_BINDS", {}).get(Constant.DEFAULT_BIND_SQLITE):
77
raise KeyError(ErrorMsg.LACK_SQLITE.get_msg())
78
app.config["SQLALCHEMY_BINDS"][Constant.DEFAULT_BIND_SQLITE] = format_address(
0 commit comments