From b69394384323279a1c183822147141d59218da30 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Wed, 5 Apr 2023 21:52:02 +0800 Subject: [PATCH] fix --- common/BaseComicEntity.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/common/BaseComicEntity.py b/common/BaseComicEntity.py index d83d91f..0910b8f 100644 --- a/common/BaseComicEntity.py +++ b/common/BaseComicEntity.py @@ -63,14 +63,12 @@ class baseComic: for href in chapter_href: Comic.setChapterName(chapters[cls.count_chapter]) Comic.setNumber(cls.count_chapter+1) - if fu.exists(ComicPath.getNewCBZComicChapter("file")): - return None + if fu.exists(ComicPath.getNewCBZComicChapter("file")): ciUtils.setProgressDone() #存在完成配置文件 但文件不存在 将清空完成配置文件 - if ciUtils.isProgressDone() and fu.notExists(ComicPath.getNewCBZComicChapter("file")): - ciUtils.setProgressFail() + #if ciUtils.isProgressDone() and fu.notExists(ComicPath.getNewCBZComicChapter("file")): + # ciUtils.setProgressFail() #不存在完成配置文件 则允许下载 if not ciUtils.isProgressDone(): - ComicPath.TIME_SLEEP = random.randint(8,20) cls.comicChapters(href,scramble=True) cls.count_chapter += 1 #一本漫画下载后等待