This commit is contained in:
caiwx86 2023-01-16 04:24:27 +08:00
parent 2356aa17eb
commit 5e5e852b54

View File

@ -39,7 +39,7 @@ class baseComic:
comicInfo.setChapterName(chapter) comicInfo.setChapterName(chapter)
cbz_path = comicInfo.getNewCBZComicChapter("file") cbz_path = comicInfo.getNewCBZComicChapter("file")
comicInfo.getNewIconComicChapter() comicInfo.getNewIconComicChapter()
CBZUtils.replaceZip(cbz_path) #CBZUtils.replaceZip(cbz_path)
if comicInfo.nextExistsGetPath("done_") and not os.path.exists(cbz_path): if comicInfo.nextExistsGetPath("done_") and not os.path.exists(cbz_path):
comicInfo.nextExistsGetPath("done_",remove=True) comicInfo.nextExistsGetPath("done_",remove=True)
chapter_index = chapter_index + 1 chapter_index = chapter_index + 1