This commit is contained in:
Shroominic
2026-01-04 23:40:17 +01:00
parent e8585b276f
commit 00d0415518
+1 -1
View File
@@ -76,7 +76,7 @@ async def reproduce() -> None:
print("\nChecking final balance...")
try:
final_reserved = await get_balance(client)
except Exception as e:
except Exception:
# Retry once if connection was closed
async with httpx.AsyncClient(
base_url=BASE_URL, headers=headers, timeout=30.0