Updated client.

This commit is contained in:
retoor 2024-12-09 20:29:16 +01:00
parent fc48a8a3c0
commit 20345f342a

View File

@ -67,7 +67,7 @@ class AsyncClient:
def __init__(self, url="ws://127.0.0.1:8470"):
self.url = url
self.client = None
self.queue_in = asyncio.Queue()
self.queue_out = asyncio.Queue()
self.communication_task = None