From af7e564cd35376fd3f1e6c7a520e6ebe43b2b9de Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 17 Feb 2023 16:57:55 +0900 Subject: [PATCH] Test --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index 67bd053..9c78893 100644 --- a/server.py +++ b/server.py @@ -337,4 +337,4 @@ def build_preauth_key_table(): ######################################################################################## if __name__ == '__main__': app.run(host="0.0.0.0", debug=DEBUG_STATE) - app.config["APPLICATION_ROOT"] = $BASE_PATH + app.config["APPLICATION_ROOT"] = os.environ["BASE_PATH"].replace('"', '')