fix
This commit is contained in:
parent
48d33a48e6
commit
643102319b
@ -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
|
||||
#一本漫画下载后等待
|
||||
#清空文件夹
|
||||
|
||||
@ -14,7 +14,7 @@ formatters:
|
||||
handlers:
|
||||
sh:
|
||||
class: logging.StreamHandler
|
||||
level: DEBUG
|
||||
level: INFO
|
||||
formatter: tostrout
|
||||
stream: ext://sys.stdout
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user