Add tooltips; cleanup

This commit is contained in:
2020-06-30 18:57:04 +01:00
parent eb8e04d5a2
commit 8e94f04d5a
2 changed files with 17 additions and 7 deletions

View File

@@ -358,7 +358,7 @@ def modifyConfig():
@app.route("/getConfig", methods=["GET"])
@auth.login_required
def getConfig():
log.debug('Config requested')
log.debug("Config requested")
with open(config_base_path, "r") as f:
config_base = json.load(f)
config.read(config_path)