From 3870a357229cb513f27246b0c2118cee8f32a815 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Tue, 14 Feb 2023 04:02:00 +0800 Subject: [PATCH] fix --- utils/CBZUtils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/CBZUtils.py b/utils/CBZUtils.py index 5316a44..a936355 100644 --- a/utils/CBZUtils.py +++ b/utils/CBZUtils.py @@ -157,6 +157,7 @@ class verUtils: if cbz_size < len(list_img) or os.path.getsize(cbz_path) < 3000: ntfy.sendMsg(f"删除 {cbz_path}") os.remove(cbz_path) + comicInfo.setProgress(comicInfo.PROGRESS_DONE) else: is_next = True except: