Eliot Berriot
2 years ago
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with
1 additions and
0 deletions
-
archiveorg_dl/__init__.py
|
|
@ -167,6 +167,7 @@ async def download_item( |
|
|
|
) |
|
|
|
) |
|
|
|
await asyncio.gather(*tasks) |
|
|
|
logger.info(f"Finished to download item {item_data['identifier']}...") |
|
|
|
results["ok"] += 1 |
|
|
|
bar.update(1) |
|
|
|
|
|
|
|