Removed redundant message

This commit is contained in:
Casey 2024-07-07 19:43:37 +03:00
parent 4527954cad
commit 18b9333a80
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 2 additions and 2 deletions

View File

@ -258,8 +258,8 @@ class AsyncBotManager:
self._active.add(bot_index)
try:
await sio.receive(0.1)
except socketio.exceptions.TimeoutError:
print(f"read failed in {bot_index}")
except TimeoutError:
pass
async def __aenter__(self):
self._listener_task = asyncio.create_task(self.listener())