This commit is contained in:
caiwx86 2023-01-16 03:14:50 +08:00
parent c7ccec4152
commit 34dce1b071

View File

@ -37,7 +37,7 @@ class baseComic:
for chapter in chapters:
comicInfo.setChapterIndex(chapter_index)
comicInfo.setChapterName(chapter)
cbz_path = comicInfo.getNewCBZComicChapter("file")
cbz_path = comicInfo.getNewCBZComicChapter()+".CBZ"
comicInfo.getNewIconComicChapter()
CBZUtils.replaceZip(cbz_path)
chapter_index = chapter_index + 1