This commit is contained in:
caiwx86 2023-01-16 04:30:17 +08:00
parent d1483cd668
commit 54392bb4b2

View File

@ -42,6 +42,7 @@ class baseComic:
#CBZUtils.replaceZip(cbz_path)
if comicInfo.nextExistsGetPath("done_") and not os.path.exists(cbz_path):
comicInfo.nextExistsGetPath("done_",remove=True)
if not os.path.exists(cbz_path):
comicInfo.updateComicDate("0")
chapter_index = chapter_index + 1
return None