mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 15:05:37 +01:00
Add debug prints
This commit is contained in:
@@ -225,6 +225,8 @@ class FLDownloader(BaseDownloader):
|
||||
if response.status_code != 200:
|
||||
raise ConvertationError
|
||||
|
||||
print(response.status_code, filename_to_convert)
|
||||
|
||||
return converter_client, converter_response, False
|
||||
except (asyncio.CancelledError, ConvertationError):
|
||||
await converter_response.aclose()
|
||||
|
||||
Reference in New Issue
Block a user