mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 21:24:50 +00:00
Log more info in case there is an exception in get_file #37
This commit is contained in:
parent
2b33f23990
commit
aa8125d7a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue