This commit is contained in:
cwx
2023-01-16 04:43:07 +08:00
parent e1423c4fbf
commit 9165f897ed
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class baseComic:
comicInfo.setChapterName(chapter)
cbz_path = comicInfo.getNewCBZComicChapter("file")
comicInfo.getNewIconComicChapter()
#CBZUtils.replaceZip(cbz_path)
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):