add sleep
This commit is contained in:
parent
fb51aa428c
commit
b2268dbb06
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user