Updated client.
This commit is contained in:
parent
327a2062a8
commit
fc48a8a3c0
@ -78,7 +78,6 @@ class AsyncClient:
|
|||||||
def _connection(self):
|
def _connection(self):
|
||||||
if not self.client:
|
if not self.client:
|
||||||
self.client = AsyncRPCClient(self.url)
|
self.client = AsyncRPCClient(self.url)
|
||||||
self.ws = await self.client.ws
|
|
||||||
return self.client
|
return self.client
|
||||||
|
|
||||||
async def __aenter__(self):
|
async def __aenter__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user