luojunhui 3 дней назад
Родитель
Сommit
d650a389c3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/domains/monitor_tasks/auto_reply_cards_monitor/entrance.py

+ 1 - 1
app/domains/monitor_tasks/auto_reply_cards_monitor/entrance.py

@@ -538,7 +538,7 @@ class AutoReplyCardsMonitor(AutoReplyCardsMonitorConst):
             }
             }
         )
         )
 
 
-        for account_name, uv, priority in tiered_accounts[:1]:
+        for account_name, uv, priority in tiered_accounts:
             if not account_name:
             if not account_name:
                 await self.log_service.log(
                 await self.log_service.log(
                     contents={
                     contents={