ソースを参照

新增抓公众号粉丝

luojunhui 2 ヶ月 前
コミット
f024a69e3d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      applications/tasks/crawler_tasks/crawler_gzh_fans.py

+ 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;