From fb9c405633e06b653e42a3629400591660232657 Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Fri, 27 Dec 2024 23:27:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E4=BC=98=E5=8C=96=20alist-strm?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE=E4=B8=8D=E5=8C=B9=E9=85=8D=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/alist_strm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/alist_strm.py b/plugins/alist_strm.py index 28043ce..cb50b7d 100644 --- a/plugins/alist_strm.py +++ b/plugins/alist_strm.py @@ -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