mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Update boxcar2.py
Small change on the push notification message for Boxcar2 and a softer notification sound replacement.
This commit is contained in:
parent
da42e262ca
commit
2ed20dae1b
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@ class Boxcar2Notifier:
|
|||
|
||||
data = urllib.urlencode({
|
||||
'user_credentials': accesstoken,
|
||||
'notification[title]': "SickRage : " + title + ' ' + msg,
|
||||
'notification[title]': "SickRage : " + title + ' : ' + msg,
|
||||
'notification[long_message]': msg,
|
||||
'notification[sound]': "success"
|
||||
'notification[sound]': "notifier-2"
|
||||
})
|
||||
|
||||
# send the request to boxcar2
|
||||
|
|
Loading…
Reference in a new issue