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