This commit is contained in:
caiwx86 2022-12-06 16:09:29 +08:00
parent e689ad706a
commit d7877b3809

View File

@ -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()