From b2268dbb06c491d49a0a73c54a46b54c0861d414 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Tue, 6 Dec 2022 19:40:53 +0800 Subject: [PATCH] add sleep --- 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 f19cfb7..e1bc9d4 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -69,7 +69,7 @@ class comicEntity: chapter = chapters[count_chapter] comicInfo.setChapterName(chapter) if not comicInfo.nextExistsGetPath("done_"): - comicEntity.comicChapter(href,scramble=True,sleep=random.uniform(8,20)) + comicEntity.comicChapter(href,scramble=True,sleep=random.uniform(15,25)) count_chapter += 1 #一本漫画下载后等待 if not sleep == None: