|
@@ -355,7 +355,7 @@ class CooperateAccountsMonitorTask(CooperateAccountsMonitorMapper):
|
|
|
await self.store_single_accounts(account)
|
|
await self.store_single_accounts(account)
|
|
|
|
|
|
|
|
except Exception as e:
|
|
except Exception as e:
|
|
|
- print(f"获取账号文章失败--{account.公众号名}--{e}")
|
|
|
|
|
|
|
+ print(f"获取账号文章失败--{account['account_name']}--{e}")
|
|
|
print(traceback.format_exc())
|
|
print(traceback.format_exc())
|
|
|
|
|
|
|
|
|
|
|