mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
Fix CLI --infile to work properly.
This commit is contained in:
parent
26fe5f42ef
commit
f1bb729b33
1 changed files with 2 additions and 1 deletions
|
|
@ -170,7 +170,8 @@ def main(argv=None,
|
|||
|
||||
urls=args
|
||||
|
||||
if not list_only and not (args or any((options.downloadimap,
|
||||
if not list_only and not (args or any((options.infile,
|
||||
options.downloadimap,
|
||||
options.downloadlist))):
|
||||
parser.print_help();
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue