From 647da9888252b222160400544c8f88fe2cc10184 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Wed, 21 Dec 2022 05:19:29 +0800 Subject: [PATCH] fix --- utils/entity/RouMan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/entity/RouMan.py b/utils/entity/RouMan.py index cb9c5c2..5f27078 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -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()