Revert "Add --config option for explicitly stating configuration file to use."

This reverts commit 37a3d83725.
This commit is contained in:
Ali Parlakci
2021-04-18 11:31:51 +03:00
parent 975b2753c4
commit e179c09fae
3 changed files with 13 additions and 35 deletions

View File

@@ -170,12 +170,6 @@ class Arguments:
type=int,
help="Amount, in seconds, to delay before beginning the next item in the download queue")
parser.add_argument(
"--config","-c",
help="Specify exact config.json file to use. " \
"Disables reading from 'Bulk downloader for " \
"reddit/config.json' and --use-local-config " \
"option.")
if arguments == []:
return parser.parse_args()