fix: correct spelling of 'recieve' to 'receive' in user registration handler

This commit is contained in:
2024-12-02 11:21:08 +00:00
parent 67cfe83858
commit 237275fe47
3 changed files with 3 additions and 3 deletions
+1 -1
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
+1 -1
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
+1 -1
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"):