mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-24 15:47:48 +08:00
Added better logging of exception while getting video information from a file.
This commit is contained in:
parent
2fcf3dee08
commit
5c905021f5
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ def get_video(path, title, sceneName, use_scenename, providers=None, media_type=
|
|||
logging.debug('BAZARR is using those video object properties: %s', vars(video))
|
||||
return video
|
||||
|
||||
except:
|
||||
except Exception as e:
|
||||
logging.exception("BAZARR Error trying to get video information for this file: " + path)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue