更新 site.py
This commit is contained in:
parent
c5d087aad6
commit
9dd610f245
@ -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]:
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user