From 4cfa5ac10b286683bdcb1a30b8d8e538dcc1e8d7 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Fri, 30 Oct 2020 21:37:30 -0700 Subject: [PATCH] Remove encoding from Growl message body --- plexpy/notifiers.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 0b9dd939..f4a75910 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1819,9 +1819,6 @@ class GROWL(Notifier): logger.error("Tautulli Notifiers :: {name} notification failed: authentication error".format(name=self.NAME)) return False - # Fix message - body = body.encode(plexpy.SYS_ENCODING, "replace") - # Send it, including an image image_file = os.path.join(str(plexpy.PROG_DIR), "data/interfaces/default/images/logo-circle.png")