Removed delay on missed pixels

This commit is contained in:
Casey 2024-07-03 23:08:28 +03:00
parent 5e8496eaaa
commit 2ce6f3db4a
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 0 additions and 2 deletions

View File

@ -89,8 +89,6 @@ class AsyncBotManager:
"index": index
})
await asyncio.sleep(0.25)
else:
await asyncio.sleep(0.001)
async def __aenter__(self):
self._listener_task = asyncio.create_task(self.listener())