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

Commit

Permalink
Update args_manager.py (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sums123 authored Dec 6, 2023
1 parent 41e4e25 commit c5c3e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyberdrop_dl/managers/args_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def startup(self) -> None:
if self.parsed_args['input_file']:
self.input_file = self.parsed_args['input_file']
if self.parsed_args['output_folder']:
self.download_dir = self.parsed_args['download_folder']
self.download_dir = self.parsed_args['output_folder']
if self.parsed_args['appdata_folder']:
self.appdata_dir = self.parsed_args['appdata_folder']
if self.parsed_args['config_file']:
Expand Down

0 comments on commit c5c3e94

Please sign in to comment.