|
|
@@ -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:
|
|
|
await self.log_service.log(
|
|
|
contents={
|