Use generic name for scans.
This commit is contained in:
parent
8b0a5df79a
commit
a16774b5c0
@ -55,7 +55,7 @@ def fetch_chapters(
|
||||
if number in ignore:
|
||||
continue
|
||||
|
||||
pdf = folder.joinpath("ops_{}.pdf".format(number))
|
||||
pdf = folder.joinpath("scan_{}.pdf".format(number))
|
||||
|
||||
if pdf.exists():
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user