This commit is contained in:
cwx
2023-01-16 03:17:28 +08:00
parent 34dce1b071
commit 9d2a49a41b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class baseComic:
for chapter in chapters:
comicInfo.setChapterIndex(chapter_index)
comicInfo.setChapterName(chapter)
cbz_path = comicInfo.getNewCBZComicChapter()+".CBZ"
cbz_path = comicInfo.getNewCBZComicChapter("file")
comicInfo.getNewIconComicChapter()
CBZUtils.replaceZip(cbz_path)
chapter_index = chapter_index + 1