Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Try and fix all configs again...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Dec 6, 2023
1 parent 54a64c4 commit 8e51663
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cyberdrop_dl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0.59"
__version__ = "5.0.61"
11 changes: 6 additions & 5 deletions cyberdrop_dl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,16 @@ async def director(manager: Manager) -> None:
await check_partials_and_empty_folders(manager)

await manager.progress_manager.print_stats()
await check_latest_pypi()

await manager.close()

await log_with_color("\nFinished downloading. Enjoy :)", 'green')

if not manager.args_manager.all_configs or not list(set(configs) - set(configs_ran)):
break

await check_latest_pypi()

await manager.close()

await log_with_color("\nFinished downloading. Enjoy :)", 'green')

asyncio.get_event_loop().stop()


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cyberdrop-dl"
version = "5.0.59"
version = "5.0.61"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8e51663

Please sign in to comment.