This commit is contained in:
Christian Fraß 2024-06-01 13:32:46 +02:00
parent f0d1683050
commit 7a591e3a76

View file

@ -115,7 +115,7 @@ def conf_load(
"password": conf_data_raw.get("account", {}).get("password", None), "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( def conf_get(