Ver Fonte

新增抓公众号粉丝

luojunhui há 2 meses atrás
pai
commit
08f239ed40
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      applications/tasks/crawler_tasks/crawler_gzh_fans.py

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

@@ -236,7 +236,7 @@ class CrawlerGzhFans(CrawlerGzhFansBase):
                     await feishu_robot.bot(
                         title=f"{account_info['account_name']}的粉丝已经抓取完毕,请检查",
                         detail=account_info,
-                        env="cookie_monitor_bot",
+                        env="cookie_monitor",
                         mention=False,
                     )
                     await self.update_account_crawl_history_status(account_info["gh_id"], self.INVALID_STATUS)
@@ -254,7 +254,7 @@ class CrawlerGzhFans(CrawlerGzhFansBase):
                 await feishu_robot.bot(
                     title=f"{account_info['account_name']}的 token && cookie 失效,请及时更新",
                     detail=account_info,
-                    env="cookie_monitor_bot",
+                    env="cookie_monitor",
                     mention=False,
                 )