fix: correct off-by-one error in pagination offset calculation for user list endpoint
This commit is contained in:
parent
13253b2802
commit
dd27f2506e
@ -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
|
||||
|
||||
@ -48,7 +48,6 @@ class AsyncRPCClient:
|
||||
print("Trying again in 1 seconds.")
|
||||
self.close()
|
||||
await asyncio.sleep(1)
|
||||
finally:
|
||||
|
||||
return json.loads(response)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user