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

Commit

Permalink
Try to fix all configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Dec 6, 2023
1 parent c5c3e94 commit 8117a51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.54"
__version__ = "5.0.55"
1 change: 1 addition & 0 deletions cyberdrop_dl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ async def director(manager: Manager) -> None:
if manager.args_manager.all_configs:
configs_to_run = list(set(configs) - set(configs_ran))
manager.config_manager.change_config(configs_to_run[0])
manager.startup()
configs_ran.append(configs_to_run[0])

logger = logging.getLogger("cyberdrop_dl")
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.54"
version = "5.0.55"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8117a51

Please sign in to comment.