diff --git a/utils/CBZUtils.py b/utils/CBZUtils.py index 904102e..a795195 100644 --- a/utils/CBZUtils.py +++ b/utils/CBZUtils.py @@ -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() \ No newline at end of file