This commit is contained in:
caiwx86 2023-04-06 16:03:18 +08:00
parent 48d33a48e6
commit 643102319b
2 changed files with 3 additions and 3 deletions

View File

@ -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
#一本漫画下载后等待
#清空文件夹

View File

@ -14,7 +14,7 @@ formatters:
handlers:
sh:
class: logging.StreamHandler
level: DEBUG
level: INFO
formatter: tostrout
stream: ext://sys.stdout