mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-07-06 22:42:14 +08:00
fix: 修复日志刷屏
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user