From 57932c785a1a5ce3405eec2b42b700aa1e070ebf Mon Sep 17 00:00:00 2001 From: 006lp <144674902+006lp@users.noreply.github.com> Date: Fri, 29 Dec 2023 12:42:16 +0800 Subject: [PATCH] Update lx_script.py --- common/lx_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lx_script.py b/common/lx_script.py index 4235a7f..1cc7c8a 100644 --- a/common/lx_script.py +++ b/common/lx_script.py @@ -64,7 +64,7 @@ async def generate_script_response(request): elif (line.startswith("* @author")): newScriptLines.append((" * @author helloplhm-qwq & Folltoshe & " + config.read_config("common.download_config.author")) if config.read_config("common.download_config.author") else " * @author helloplhm-qwq & Folltoshe") elif (line.startswith("* @version")): - newScriptLines.append(" * @name " + config.read_config("common.download_config.version")) + newScriptLines.append(" * @version " + config.read_config("common.download_config.version")) elif (line.startswith("const DEV_ENABLE ")): newScriptLines.append("const DEV_ENABLE = " + str(config.read_config("common.download_config.dev")).lower()) else: