Revert "Add --config option for explicitly stating configuration file to use."
This reverts commit 37a3d83725.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user