fix pending downloads not being removed

This commit is contained in:
Jack Robison 2019-03-14 13:52:00 -04:00
parent 2ab2b846b1
commit 4f2f8b16f3
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -503,7 +503,6 @@ class StreamManager:
try:
stream = await self._download_stream_from_uri(uri, timeout, exchange_rate_manager, file_name)
fut.set_result(stream)
return stream
except Exception as err:
fut.set_exception(err)
try: