fix
This commit is contained in:
parent
a470f53317
commit
cb7b80980f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user