This commit is contained in:
Shroominic
2026-01-12 17:45:40 +08:00
parent 73af5e23c7
commit daae4cd2cb
+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