From bca7744bc58e00bfd47519f3fdc250339b419278 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 24 Feb 2019 12:51:27 -0800 Subject: [PATCH] Remove unicode from Email notification failed error message --- plexpy/notifiers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 20e7ec4b..be088217 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -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: