From 9ec3dc5a72da63ce7ebf6898e9a70c65e331617e Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Tue, 14 Feb 2023 06:45:18 +0800 Subject: [PATCH] fix --- utils/CBZUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/CBZUtils.py b/utils/CBZUtils.py index 6333ed6..3301f91 100644 --- a/utils/CBZUtils.py +++ b/utils/CBZUtils.py @@ -62,7 +62,7 @@ class CBZUtils: return False cls.zip_compression(comicInfo.getDirComicChapter(), cls.getCBZ_Path()) time.sleep(0.1) - fileUtils.remove(comicInfo.getDirComic()) + fileUtils.remove(comicInfo.getDirComicChapter()) return True @classmethod