From 6a4682edeac59df7256a10435b2add71c90fc464 Mon Sep 17 00:00:00 2001 From: deflax Date: Sat, 24 Feb 2024 15:31:23 +0200 Subject: [PATCH] comment db --- src/forest/forest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forest/forest.py b/src/forest/forest.py index 0353ace..1c9f35a 100644 --- a/src/forest/forest.py +++ b/src/forest/forest.py @@ -27,7 +27,7 @@ app = Flask(__name__) app.config.from_object("config.Config") db = SQLAlchemy(app) -db.init_app(app) +#db.init_app(app) #apiauth = HTTPBasicAuth() lm = LoginManager()