From 00de8745b5bdb94423eb8138c6dcc79e75163783 Mon Sep 17 00:00:00 2001 From: helloplhm-qwq Date: Wed, 7 Feb 2024 09:45:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8B=E8=BD=BD=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E7=9A=84=E6=96=87=E4=BB=B6=E5=90=8D=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 512751a..9f4a339 100644 --- a/common/lx_script.py +++ b/common/lx_script.py @@ -105,7 +105,7 @@ async def generate_script_response(request): 'Content-Disposition': f'''attachment; filename={ config.read_config("common.download_config.filename") if config.read_config("common.download_config.filename").endswith(".js") - else (config.read_config("common.download_config.filename" + ".js"))}''' + else (config.read_config("common.download_config.filename") + ".js")}''' }) if (config.read_config('common.allow_download_script')):