From b879bd0a84b8fb1313fd7b8edec5196b4c269eea Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Fri, 7 Jul 2023 13:31:11 +0200 Subject: [PATCH] add: debug output --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index ef378fd..f174f81 100755 --- a/server.py +++ b/server.py @@ -305,7 +305,7 @@ def create_app(): with open(main_config_file) as config_file: config_data = json.load(config_file) app.config |= config_data - print(config_data) + print(app.config) if os.path.isfile(app.config["JSON_CONFIG_FILE"]): with open(app.config["JSON_CONFIG_FILE"]) as f: