Updated client.

This commit is contained in:
retoor 2024-12-09 20:28:36 +01:00
parent 327a2062a8
commit fc48a8a3c0

View File

@ -78,7 +78,6 @@ class AsyncClient:
def _connection(self):
if not self.client:
self.client = AsyncRPCClient(self.url)
self.ws = await self.client.ws
return self.client
async def __aenter__(self):