mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 13:38:43 +00:00
fix(RetryManager): 'RetryManager' object has no attribute '_notify_failure'
This commit is contained in:
@@ -127,7 +127,6 @@ class RetryManager:
|
||||
self.queue.task_done()
|
||||
# 尝试发送文本回退
|
||||
await self._send_fallback_text(task)
|
||||
await self._notify_failure(task)
|
||||
|
||||
except asyncio.CancelledError:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user