From 643102319ba4022735ab94387ec6c0ef55d8e0ca Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Thu, 6 Apr 2023 16:03:18 +0800 Subject: [PATCH] fix --- common/BaseComicEntity.py | 4 ++-- logconf.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/BaseComicEntity.py b/common/BaseComicEntity.py index 7a05e8f..109aee8 100644 --- a/common/BaseComicEntity.py +++ b/common/BaseComicEntity.py @@ -70,8 +70,8 @@ class baseComic: # ciUtils.setProgressFail() #不存在完成配置文件 则允许下载 if not ciUtils.isProgressDone(): - if fu.exists(ComicPath.getNewCBZComicChapter("file")): ciUtils.setProgressDone() - else: cls.comicChapters(href,scramble=True) + #if fu.exists(ComicPath.getNewCBZComicChapter("file")): ciUtils.setProgressDone() + cls.comicChapters(href,scramble=True) cls.count_chapter += 1 #一本漫画下载后等待 #清空文件夹 diff --git a/logconf.yml b/logconf.yml index ea4eb17..75543d9 100644 --- a/logconf.yml +++ b/logconf.yml @@ -14,7 +14,7 @@ formatters: handlers: sh: class: logging.StreamHandler - level: DEBUG + level: INFO formatter: tostrout stream: ext://sys.stdout