🔧 优化 alist-strm 配置不匹配时的错误提示

This commit is contained in:
Cp0204 2024-12-27 23:27:56 +08:00
parent e797e04294
commit fb9c405633

View File

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