From 630d726a771447f4d2b01f35343919122b17bead Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Sat, 23 Mar 2024 01:50:34 +0800 Subject: [PATCH] v0.2.4 --- app/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/run.py b/app/run.py index 6d1123e..ef033df 100644 --- a/app/run.py +++ b/app/run.py @@ -25,7 +25,7 @@ script_path = os.environ.get("SCRIPT_PATH", "./quark_auto_save.py") config_path = os.environ.get("CONFIG_PATH", "./config/quark_config.json") app = Flask(__name__) -app.config["APP_VERSION"] = "0.2.3" +app.config["APP_VERSION"] = "0.2.4" app.secret_key = "ca943f6db6dd34823d36ab08d8d6f65d" app.json.ensure_ascii = False app.json.sort_keys = False