Use generic name for scans.

This commit is contained in:
Mikaël Capelle 2024-06-01 16:24:36 +02:00
parent 8b0a5df79a
commit a16774b5c0

View File

@ -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