diff --git a/utils/entity/BaseComicEntity.py b/utils/entity/BaseComicEntity.py index faaf5df..04753c0 100644 --- a/utils/entity/BaseComicEntity.py +++ b/utils/entity/BaseComicEntity.py @@ -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) chapter_index = chapter_index + 1