From 30e1e6cf22bc1953eace0e0d8b2df9431c47c0e5 Mon Sep 17 00:00:00 2001 From: helloplhm-qwq Date: Fri, 5 Jan 2024 17:49:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=88=B7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/lx_script.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/lx_script.py b/common/lx_script.py index 322277b..dddd167 100644 --- a/common/lx_script.py +++ b/common/lx_script.py @@ -21,6 +21,7 @@ logger = log('lx_script') async def get_response(retry = 0): if (retry > 10): logger.warning('请求源脚本内容失败') + return baseurl = 'https://raw.githubusercontent.com/lxmusics/lx-music-api-server/main/lx-music-source-example.js' try: if (iscn and (retry % 2) == 0):