Fix old args.epub -> epub.
This commit is contained in:
parent
281a4a5db4
commit
113d4fa863
1 changed files with 1 additions and 1 deletions
|
@ -1571,7 +1571,7 @@ def covercomesfirst_argparse(args):
|
|||
print(epub)
|
||||
book = Epub(epub)
|
||||
covercomesfirst(book)
|
||||
book.save(args.epub)
|
||||
book.save(epub)
|
||||
|
||||
def exec_argparse(args):
|
||||
epubs = [epub for pattern in args.epubs for epub in winglob.glob(pattern)]
|
||||
|
|
Loading…
Reference in a new issue