Skip to content

Commit a3873e3

Browse files
authored
style: remove SQLALCHEMY_TRACK_MODIFICATIONS config (#17)
1 parent 2747b2b commit a3873e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/flask_state/controller/manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def init_redis(app):
7272

7373

7474
def init_db(app):
75-
app.config["SQLALCHEMY_TRACK_MODIFICATIONS"] = True
7675
if not app.config.get("SQLALCHEMY_BINDS", {}).get(Constant.DEFAULT_BIND_SQLITE):
7776
raise KeyError(ErrorMsg.LACK_SQLITE.get_msg())
7877
app.config["SQLALCHEMY_BINDS"][Constant.DEFAULT_BIND_SQLITE] = format_address(

0 commit comments

Comments
 (0)