mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
Remove encoding from Growl message body
This commit is contained in:
parent
55090ddeaa
commit
4cfa5ac10b
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue