introduce doc2x

This commit is contained in:
binary-husky
2024-04-15 01:57:31 +08:00
parent c131ec0b20
commit 160552cc5f
7 changed files with 208 additions and 10 deletions

View File

@@ -79,6 +79,8 @@ class ChatBotWithCookies(list):
def get_cookies(self):
return self._cookies
def get_user(self):
return self._cookies.get("user_name", default_user_name)
def ArgsGeneralWrapper(f):
"""