mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-11 22:50:45 +08:00
🔧 优化 alist-strm 配置不匹配时的错误提示
This commit is contained in:
parent
e797e04294
commit
fb9c405633
@ -50,7 +50,7 @@ class Alist_strm:
|
||||
print(f"alist-strm配置运行: {config_name}")
|
||||
return True
|
||||
else:
|
||||
print(f"alist-strm配置运行: 匹配失败❌")
|
||||
print(f"alist-strm配置运行: 匹配失败❌,请检查网络连通和cookie有效性")
|
||||
except Exception as e:
|
||||
print(f"获取alist-strm配置信息出错: {e}")
|
||||
return False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user