mirror of https://github.com/scrapy/scrapy.git
Fix a bug introduced by splitting s3 image uploading to use another downloader slot
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40478
This commit is contained in:
parent
fade1730ce
commit
29024d8a4c
|
|
@ -170,6 +170,6 @@ class S3ImagesPipeline(BaseImagesPipeline):
|
|||
"""
|
||||
if self.s3_custom_spider:
|
||||
return scrapyengine.schedule(request, self.s3_custom_spider)
|
||||
return self.download(request, info.spider)
|
||||
return self.download(request, info)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue