mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Fix poster upload logger message
This commit is contained in:
parent
0a4b3f02db
commit
7df455309e
1 changed files with 1 additions and 1 deletions
|
@ -731,6 +731,6 @@ def get_poster_info(metadata):
|
||||||
# Delete the cached poster
|
# Delete the cached poster
|
||||||
os.remove(poster_file)
|
os.remove(poster_file)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(u"PlexPy Notifier :: Unable to retrieve poster for rating_key %s: %s." % (str(rating_key), e))
|
logger.error(u"PlexPy Notifier :: Unable to retrieve poster for rating_key %s: %s." % (str(metadata['rating_key']), e))
|
||||||
|
|
||||||
return poster_info
|
return poster_info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue