From 357cc3d8d9f2b02e60f0763f4701bd614b876436 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Wed, 2 Feb 2022 11:16:23 +0800 Subject: Adapt web interface --- jimbrella/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jimbrella/web.py') diff --git a/jimbrella/web.py b/jimbrella/web.py index 33e059a..a2b66b8 100644 --- a/jimbrella/web.py +++ b/jimbrella/web.py @@ -5,7 +5,7 @@ from .auth import bp as auth_bp from .config import * # this logger is shared across modules -logging.basicConfig(filename=LOG_PATH, level=logging.DEBUG) +# logging.basicConfig(filename=LOG_PATH, level=logging.DEBUG) app = Flask("jimbrella") app.secret_key = FLASK_SECRET_KEY -- cgit v1.2.3