🐛 从 Site 中移除 「无效的 Cookie」 文本

This commit is contained in:
2024-10-28 12:44:51 +08:00
parent dcd32f0662
commit 438b23a0b9
3 changed files with 8 additions and 3 deletions
-1
View File
@@ -166,7 +166,6 @@ class Site(metaclass=RegistryMeta, base=True):
class CookieSite(Site):
client_mgr: type[CookieClientManager] = CookieClientManager
cookie_format_prompt = "无效的 Cookie,请检查后重新输入,详情见<待添加的文档>"
@classmethod
async def get_cookie_name(cls, content: str) -> str: