From 7a591e3a761bf4bf55efc179b899f7b1c85e14c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Sat, 1 Jun 2024 13:32:46 +0200 Subject: [PATCH] [fix] --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 2b213e5..02dafb1 100644 --- a/source/conf.py +++ b/source/conf.py @@ -115,7 +115,7 @@ def conf_load( "password": conf_data_raw.get("account", {}).get("password", None), } } - print(_json.dumps(_conf_data, indent = "\t")) + # print(_json.dumps(_conf_data, indent = "\t")) def conf_get(