Removed redundant message
This commit is contained in:
parent
4527954cad
commit
18b9333a80
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue