mirror of https://github.com/scrapy/scrapy.git
grrr.. stupid bugfix
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40260
This commit is contained in:
parent
c05dcdab1d
commit
d87f979d2a
|
|
@ -58,7 +58,7 @@ class MediaPipeline(object):
|
|||
wad = request.deferred or defer.Deferred()
|
||||
|
||||
fp = request.fingerprint()
|
||||
if fp not in info.downloaded:
|
||||
if fp in info.downloaded:
|
||||
cached = info.downloaded[fp]
|
||||
defer_result(cached).chainDeferred(wad)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue