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

Commit

Permalink
Change --config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Dec 4, 2023
1 parent fc42fcd commit 53b2bdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.26"
__version__ = "5.0.27"
2 changes: 1 addition & 1 deletion cyberdrop_dl/managers/config_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def startup(self) -> None:
if not isinstance(self.loaded_config, str):
self.loaded_config = self.manager.cache_manager.get("default_config")
if self.manager.args_manager.load_config_from_args:
self.loaded_config = self.manager.args_manager.parsed_args.config
self.loaded_config = self.manager.args_manager.load_config_name

self.authentication_settings = self.manager.path_manager.config_dir / "authentication.yaml"
self.global_settings = self.manager.path_manager.config_dir / "global_settings.yaml"
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.26"
version = "5.0.27"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 53b2bdf

Please sign in to comment.