fix(RetryManager): 'RetryManager' object has no attribute '_notify_failure'

This commit is contained in:
SXP-Simon
2026-02-05 23:15:19 +08:00
parent 3f7a92e660
commit df4236baa9
-1
View File
@@ -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