This commit is contained in:
caiwx86 2023-09-07 00:34:22 +08:00
parent ca874dd787
commit ac4cdd5d84

View File

@ -118,6 +118,6 @@ class ImgDownloadPipeline(ImagesPipeline):
self.update_icon(item)
self.pack_icon(item)
sleep_time = random.randint(3,15)
print(f'等待{sleep_time}秒后进行下一章节')
time.sleep(int(sleep_time))
#sleep_time = random.randint(3,15)
#print(f'等待{sleep_time}秒后进行下一章节')
#time.sleep(int(sleep_time))