This commit is contained in:
caiwx86 2023-08-21 21:05:44 +08:00
parent 39f77168de
commit 3301d23448

View File

@ -85,6 +85,6 @@ class ImgDownloadPipeline(ImagesPipeline):
comic_info_images= comic_info['Pages'], remove=True):
self.pack_icon(item)
sleep_time = random.randint(25,60)
sleep_time = random.randint(5,60)
print(f'等待{sleep_time}秒后进行下一章节')
time.sleep(int(sleep_time))