Compare commits

..

No commits in common. "e6d0dc6e60ac9d3c796fb8dd5fb2e4d0d9071842" and "e94292cf6f25fa2387e3980b8c456cd0a71068e5" have entirely different histories.

3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = yura
version = 14.4.1
version = 14.4.0
description = Yura async AI client
author = retoor
author_email = retoor@retoor.io

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: yura
Version: 14.4.1
Version: 14.4.0
Summary: Yura async AI client
Author: retoor
Author-email: retoor@retoor.io

View File

@ -48,6 +48,7 @@ class AsyncRPCClient:
print("Trying again in 1 seconds.")
self.close()
await asyncio.sleep(1)
finally:
return json.loads(response)