From cb7b80980fd4525537d2b065cdabec70028c413b Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Mon, 16 Jan 2023 02:13:33 +0800 Subject: [PATCH] fix --- utils/entity/BaseComicEntity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/entity/BaseComicEntity.py b/utils/entity/BaseComicEntity.py index ac83dcf..ff4ffa1 100644 --- a/utils/entity/BaseComicEntity.py +++ b/utils/entity/BaseComicEntity.py @@ -37,7 +37,7 @@ class baseComic: for chapter in chapters: comicInfo.setChapterIndex(chapter_index) comicInfo.setChapterName(chapter) - cbz_path = comicInfo.getNewCBZComicChapter() + cbz_path = comicInfo.getNewCBZComicChapter()+".CBZ" comicInfo.getNewIconComicChapter() CBZUtils.replaceZip(cbz_path) chapter_index = chapter_index + 1