Clean up code

This commit is contained in:
Crussader 2022-03-27 21:00:10 +04:00 committed by GitHub
parent e91f605a7a
commit 0b1494c064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class Client:
processes = [_fetch_async(url, count)
for url, count in enumerate(urls[:9] if not full else urls, start=1)]
for url, count in enumerate(urls[:9] if not full else urls, start=1)]
try:
await asyncio.gather(*processes)