Add one more error to failable

telos_testnet
Guillermo Rodriguez 2025-02-03 13:28:46 -03:00
parent 417851c13e
commit 802af99c39
No known key found for this signature in database
GPG Key ID: 002CC5F1E6BDA53E
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ async def failable(fn: partial, ret_fail=None):
OSError,
json.JSONDecodeError,
anyio.BrokenResourceError,
httpx.ConnectError,
httpx.ConnectTimeout,
httpx.ReadError,
httpx.ReadTimeout,