Compare commits

...
2 Commits
Author SHA1 Message Date
retoor e6d0dc6e60 New build. 2024-12-02 12:07:23 +01:00
retoor 6fe1f79a6b Fixed bug. 2024-12-02 12:07:00 +01:00
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[metadata]
name = yura
version = 14.4.0
version = 14.4.1
description = Yura async AI client
author = retoor
author_email = retoor@retoor.io
+1 -1
View File
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: yura
Version: 14.4.0
Version: 14.4.1
Summary: Yura async AI client
Author: retoor
Author-email: retoor@retoor.io
-1
View File
@@ -48,7 +48,6 @@ class AsyncRPCClient:
print("Trying again in 1 seconds.")
self.close()
await asyncio.sleep(1)
finally:
return json.loads(response)