mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 07:24:51 +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:
|
finally:
|
||||||
cdn_session.stop()
|
cdn_session.stop()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
log.error(e)
|
log.error(e, exc_info=True)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
os.remove(file_name)
|
os.remove(file_name)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue