This commit is contained in:
Harvey Tindall 2020-06-29 23:24:54 +01:00
parent 52f9b5c963
commit 52a11c3905

View File

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