|
|
@@ -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,
|
|
|
)
|
|
|
|