Fixed typo.

This commit is contained in:
retoor 2024-12-02 12:21:08 +01:00
parent cf749bbd05
commit d6b9bccc87
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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"):