Compare commits
2 Commits
e94292cf6f
...
e6d0dc6e60
Author | SHA1 | Date | |
---|---|---|---|
e6d0dc6e60 | |||
6fe1f79a6b |
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = yura
|
name = yura
|
||||||
version = 14.4.0
|
version = 14.4.1
|
||||||
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.0
|
Version: 14.4.1
|
||||||
Summary: Yura async AI client
|
Summary: Yura async AI client
|
||||||
Author: retoor
|
Author: retoor
|
||||||
Author-email: retoor@retoor.io
|
Author-email: retoor@retoor.io
|
||||||
|
@ -48,7 +48,6 @@ class AsyncRPCClient:
|
|||||||
print("Trying again in 1 seconds.")
|
print("Trying again in 1 seconds.")
|
||||||
self.close()
|
self.close()
|
||||||
await asyncio.sleep(1)
|
await asyncio.sleep(1)
|
||||||
finally:
|
|
||||||
|
|
||||||
return json.loads(response)
|
return json.loads(response)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user