Skip to content

Commit

Permalink
Мини фикс Update auto_cl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Nov 2, 2024
1 parent c90de49 commit bb3dfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/ADT/auto_cl.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def check_rate_limit(session: aiohttp.ClientSession):
logging.error(f"Error checking rate limit: {response.status}")
response.raise_for_status()

async def fetch_with_retry(session: aiohttp.ClientSession, url, retries=3, delay=0.1):
async def fetch_with_retry(session: aiohttp.ClientSession, url, retries=3, delay=0.3):
for attempt in range(retries):
await check_rate_limit(session)

Expand Down

0 comments on commit bb3dfaf

Please sign in to comment.