This commit is contained in:
cwx
2023-08-07 01:49:58 +08:00
parent 3fdc0f8de9
commit e6fe28b93f
+1 -1
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(5,60)
sleep_time = random.randint(25,60)
print(f'等待{sleep_time}秒后进行下一章节')
time.sleep(int(sleep_time))