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