mirror of https://github.com/scrapy/scrapy.git
added missing comment for non-trivial code
This commit is contained in:
parent
a15dc94340
commit
c205f7d8e5
|
|
@ -94,6 +94,7 @@ class S3ImagesPipeline(BaseImagesPipeline):
|
|||
|
||||
"""
|
||||
if self.AmazonS3Spider:
|
||||
# need to use schedule to auto-open domain
|
||||
return scrapyengine.schedule(request, self.AmazonS3Spider)
|
||||
return self.download(request, info)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue