This commit is contained in:
caiwx86 2022-12-21 05:19:29 +08:00
parent c00db81f28
commit 647da98882

View File

@ -89,7 +89,7 @@ class comicEntity:
chapter = chapters[cls.count_chapter]
comicInfo.setChapterName(chapter)
if not comicInfo.nextExistsGetPath("done_"):
comicEntity.comicChapter(href,scramble=True,sleep=random.randint(15,25))
comicEntity.comicChapter(href,scramble=True,sleep=random.randint(5,15))
#存在就校验CBZ包是否完整
if comicInfo.nextExistsGetPath("done_"):
verUtils.verCBZ()