Fix _close_other_done

This commit is contained in:
2022-07-07 22:04:32 +03:00
parent 766abc353f
commit 8e4b0b4f79

View File

@@ -112,6 +112,7 @@ class FLDownloader(BaseDownloader):
FileNotFoundError, FileNotFoundError,
ValueError, ValueError,
asyncio.InvalidStateError, asyncio.InvalidStateError,
asyncio.CancelledError,
): ):
continue continue