Update debug logs

This commit is contained in:
2022-07-07 22:22:20 +03:00
parent 8e4b0b4f79
commit 1978063bd9

View File

@@ -222,12 +222,8 @@ class FLDownloader(BaseDownloader):
await aiofiles.os.remove(filename_to_convert)
try:
print(
response.status_code,
filename_to_convert,
open(filename_to_convert, "r").read(),
flush=True,
)
print(f"{response.status_code=} {filename_to_convert=}", flush=True)
print("content=", open(filename_to_convert, "r").read(), flush=True)
if response.status_code != 200:
raise ConvertationError