This commit is contained in:
nex 2023-01-26 16:29:57 +00:00
parent 9082404844
commit 44f0c108c2

View file

@ -134,7 +134,7 @@ class UptimeCompetition(commands.Cog):
except (httpx.TimeoutException, httpx.HTTPStatusError, ConnectionError, TimeoutError) as err2:
attempts += 1
err = err2
await asyncio.sleep(attempts * 0.25)
await asyncio.sleep(1)
continue
else:
return attempts, response