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