Ver código fonte

新增抓公众号粉丝

luojunhui 2 meses atrás
pai
commit
f024a69e3d

+ 1 - 1
applications/tasks/crawler_tasks/crawler_gzh_fans.py

@@ -89,7 +89,7 @@ class CrawlerGzhFansBase:
         )
 
     # 更新公众号的 cookie
-    async def set_cookie_for_each_account(self, gh_id, cookie, token):
+    async def set_cookie_token_for_each_account(self, gh_id, cookie, token):
         query = """
             UPDATE gzh_cookie_info SET cookie = %s, token = %s, token_status = %s
             WHERE gh_id = %s;