Remove unicode from Email notification failed error message

This commit is contained in:
JonnyWong16 2019-02-24 12:51:27 -08:00
parent 2fc826c88f
commit bca7744bc5

View file

@ -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: