luojunhui пре 2 месеци
родитељ
комит
08f239ed40
1 измењених фајлова са 2 додато и 2 уклоњено
  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,
                 )