This commit is contained in:
retoor 2025-08-30 15:41:58 +02:00
parent e0f9aca6ab
commit 59c86b3e85

View File

@ -119,7 +119,7 @@ class Bot:
data = None
while True:
async iwth self.semaphore:
async with self.semaphore:
data = await rpc.receive()
if not data:
return