|
@@ -644,10 +644,10 @@ class AutoReplyCardsMonitor(AutoReplyCardsMonitorConst):
|
|
|
)
|
|
)
|
|
|
continue
|
|
continue
|
|
|
|
|
|
|
|
- print(gh_id, account_name, priority)
|
|
|
|
|
- # await self.create_auto_reply_single_account_task(
|
|
|
|
|
- # gh_id, account_name, priority
|
|
|
|
|
- # )
|
|
|
|
|
|
|
+ # print(gh_id, account_name, priority)
|
|
|
|
|
+ await self.create_auto_reply_single_account_task(
|
|
|
|
|
+ gh_id, account_name, priority
|
|
|
|
|
+ )
|
|
|
|
|
|
|
|
except Exception as e:
|
|
except Exception as e:
|
|
|
await self.log_service.log(
|
|
await self.log_service.log(
|