From 6fe1f79a6b76b93ef077dfddb5c607431f038b29 Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 2 Dec 2024 12:07:00 +0100 Subject: [PATCH] Fixed bug. --- setup.cfg | 2 +- src/yura/client.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 806f1bb..9ce5792 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/src/yura/client.py b/src/yura/client.py index 9359697..bbd6f0b 100644 --- a/src/yura/client.py +++ b/src/yura/client.py @@ -48,7 +48,6 @@ class AsyncRPCClient: print("Trying again in 1 seconds.") self.close() await asyncio.sleep(1) - finally: return json.loads(response)