mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 06:55:37 +01:00
Fix
This commit is contained in:
@@ -90,7 +90,7 @@ class FLDownloader(BaseDownloader):
|
|||||||
|
|
||||||
return client, response, "application/zip" in content_type
|
return client, response, "application/zip" in content_type
|
||||||
except (asyncio.CancelledError, NotSuccess, ReceivedHTML):
|
except (asyncio.CancelledError, NotSuccess, ReceivedHTML):
|
||||||
await client.aclose()
|
await response.aclose()
|
||||||
await client.aclose()
|
await client.aclose()
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user