mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Remove unicode from Email notification failed error message
This commit is contained in:
parent
2fc826c88f
commit
bca7744bc5
1 changed files with 1 additions and 1 deletions
|
@ -1363,7 +1363,7 @@ class EMAIL(Notifier):
|
|||
success = True
|
||||
|
||||
except Exception as e:
|
||||
logger.error(u"Tautulli Notifiers :: {name} notification failed: {e}".format(name=self.NAME, e=e))
|
||||
logger.error("Tautulli Notifiers :: {name} notification failed: {e}".format(name=self.NAME, e=e))
|
||||
|
||||
finally:
|
||||
if mailserver:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue