Use generic name for scans.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user