Fixed typo.
This commit is contained in:
parent
cf749bbd05
commit
d6b9bccc87
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = yura
|
name = yura
|
||||||
version = 14.4.2
|
version = 14.4.3
|
||||||
description = Yura async AI client
|
description = Yura async AI client
|
||||||
author = retoor
|
author = retoor
|
||||||
author_email = retoor@retoor.io
|
author_email = retoor@retoor.io
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.1
|
||||||
Name: yura
|
Name: yura
|
||||||
Version: 14.4.2
|
Version: 14.4.3
|
||||||
Summary: Yura async AI client
|
Summary: Yura async AI client
|
||||||
Author: retoor
|
Author: retoor
|
||||||
Author-email: retoor@retoor.io
|
Author-email: retoor@retoor.io
|
||||||
|
@ -93,7 +93,7 @@ class AsyncClient:
|
|||||||
return await self.client.connect(name)
|
return await self.client.connect(name)
|
||||||
|
|
||||||
def __del__(self):
|
def __del__(self):
|
||||||
sefl.client = None
|
self.client = None
|
||||||
|
|
||||||
|
|
||||||
async def cli_client(url="ws://127.0.0.1:8470"):
|
async def cli_client(url="ws://127.0.0.1:8470"):
|
||||||
|
Loading…
Reference in New Issue
Block a user