grrr.. stupid bugfix

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40260
This commit is contained in:
Daniel Grana 2008-09-19 15:21:47 +00:00
parent c05dcdab1d
commit d87f979d2a
1 changed files with 1 additions and 1 deletions

View File

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