Updated client.
This commit is contained in:
parent
fc48a8a3c0
commit
20345f342a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user