This commit is contained in:
cwx
2023-01-16 04:28:00 +08:00
parent 5e5e852b54
commit d1483cd668
2 changed files with 5 additions and 2 deletions
+1
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)
comicInfo.updateComicDate("0")
chapter_index = chapter_index + 1
return None