Updated client.

This commit is contained in:
retoor 2024-12-09 20:27:54 +01:00
parent 1f4dc697dc
commit 327a2062a8

View File

@ -86,7 +86,7 @@ class AsyncClient:
return self
async def __aexit__(self, *args, **kwargs):
await self.close(0
await self.close()
async def create(self, name, extends, system):
return await self._connection.create(name=name, extends=extends, system=system)