This commit is contained in:
2022-04-25 14:02:43 +03:00
parent e0931150a0
commit f8a9bbadf8

View File

@@ -90,7 +90,7 @@ class FLDownloader(BaseDownloader):
return client, response, "application/zip" in content_type
except (asyncio.CancelledError, NotSuccess, ReceivedHTML):
await client.aclose()
await response.aclose()
await client.aclose()
raise