We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7fd823 + 1326e8b commit 94881c8Copy full SHA for 94881c8
xpartamupp/modbot.py
@@ -373,7 +373,7 @@ async def _reconnect(self, _) -> None:
373
also cancels all running unmute tasks. These tasks are being
374
rescheduled once a new connection got established.
375
"""
376
- for key in self.unmute_tasks:
+ for key in list(self.unmute_tasks):
377
try:
378
task = self.unmute_tasks.pop(key)
379
except KeyError:
0 commit comments