更新 site.py

This commit is contained in:
jxxghp
2024-04-29 21:46:55 +08:00
committed by GitHub
parent c5d087aad6
commit 9dd610f245

View File

@ -129,7 +129,7 @@ class SiteChain(ChainBase):
return True, "连接成功"
else:
return True, f"连接成功,但更新状态失败"
return False, "Cookie已失"
return False, "鉴权已过期或无"
def __ptlsp_test(self, site: Site) -> Tuple[bool, str]:
"""