mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
Merge pull request #269 from JonnyWong16/miscellaneous-fixes
Miscellaneous fixes
This commit is contained in:
commit
c60340d88b
7 changed files with 13 additions and 14 deletions
|
@ -920,7 +920,7 @@ class PUSHOVER(object):
|
|||
|
||||
data = {'token': self.application_token,
|
||||
'user': plexpy.CONFIG.PUSHOVER_KEYS,
|
||||
'title': event,
|
||||
'title': event.encode("utf-8"),
|
||||
'message': message.encode("utf-8"),
|
||||
'sound': plexpy.CONFIG.PUSHOVER_SOUND,
|
||||
'priority': plexpy.CONFIG.PUSHOVER_PRIORITY}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue