Remove encoding from Growl message body

This commit is contained in:
JonnyWong16 2020-10-30 21:37:30 -07:00
parent 55090ddeaa
commit 4cfa5ac10b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -1819,9 +1819,6 @@ class GROWL(Notifier):
logger.error("Tautulli Notifiers :: {name} notification failed: authentication error".format(name=self.NAME)) logger.error("Tautulli Notifiers :: {name} notification failed: authentication error".format(name=self.NAME))
return False return False
# Fix message
body = body.encode(plexpy.SYS_ENCODING, "replace")
# Send it, including an image # Send it, including an image
image_file = os.path.join(str(plexpy.PROG_DIR), image_file = os.path.join(str(plexpy.PROG_DIR),
"data/interfaces/default/images/logo-circle.png") "data/interfaces/default/images/logo-circle.png")