From cf9edc6fd3d01cc12bd221d290beff67bc878bb1 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Sat, 8 Apr 2023 01:31:06 +0800 Subject: [PATCH] fix --- common/BaseComicEntity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/BaseComicEntity.py b/common/BaseComicEntity.py index 94087e3..da2562f 100644 --- a/common/BaseComicEntity.py +++ b/common/BaseComicEntity.py @@ -77,6 +77,7 @@ class baseComic: ciUtils.setProgressDone() else: print(f"CBZ不存在, {cbz_path}") + ciUtils.setProgressFail() #不存在完成配置文件 则允许下载 if not ciUtils.isProgressDone(): #if fu.exists(ComicPath.getNewCBZComicChapter("file")): ciUtils.setProgressDone()