mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +00:00
Log more info in case there is an exception in get_file #37
This commit is contained in:
parent
2b33f23990
commit
aa8125d7a2
@ -2341,7 +2341,7 @@ class Client:
|
||||
finally:
|
||||
cdn_session.stop()
|
||||
except Exception as e:
|
||||
log.error(e)
|
||||
log.error(e, exc_info=True)
|
||||
|
||||
try:
|
||||
os.remove(file_name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user