fix cbz
This commit is contained in:
parent
e689ad706a
commit
d7877b3809
@ -48,5 +48,5 @@ class CBZUtils:
|
||||
def packAutoComicChapterCBZ(cls):
|
||||
chapter_path = comicInfo.getDirComicChapter()
|
||||
packCBZ_path = comicInfo.getDirCBZComicChapter()
|
||||
cls.zip_compression(chapter_path,packCBZ_path+".CBZ",type="delete")
|
||||
cls.zip_compression(chapter_path,packCBZ_path+".CBZ")
|
||||
comicInfo.nextCBZToDoneChapter()
|
||||
Loading…
Reference in New Issue
Block a user