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:
Daniel Grana 2008-12-08 12:00:30 +00:00
parent fade1730ce
commit 29024d8a4c
1 changed files with 1 additions and 1 deletions

View File

@ -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)