weibo 带 cookie mvp

This commit is contained in:
2024-09-03 09:39:27 +08:00
parent 7901b845ea
commit 4ce6b85f79
2 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -60,10 +60,10 @@ class CookieClientManager(ClientManager):
return client
async def get_client_for_static(self) -> AsyncClient:
pass
return http_client()
async def get_query_name_client(self) -> AsyncClient:
pass
return http_client()
async def refresh_client(self):
pass