fix: 修复日志刷屏

This commit is contained in:
helloplhm-qwq
2024-01-05 17:49:45 +08:00
parent c08b45586c
commit 30e1e6cf22

View File

@ -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):