mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-15 22:05:02 -05: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
@ -52,9 +52,9 @@ class Boxcar2Notifier:
|
|||||||
|
|
||||||
data = urllib.urlencode({
|
data = urllib.urlencode({
|
||||||
'user_credentials': accesstoken,
|
'user_credentials': accesstoken,
|
||||||
'notification[title]': "SickRage : " + title + ' ' + msg,
|
'notification[title]': "SickRage : " + title + ' : ' + msg,
|
||||||
'notification[long_message]': msg,
|
'notification[long_message]': msg,
|
||||||
'notification[sound]': "success"
|
'notification[sound]': "notifier-2"
|
||||||
})
|
})
|
||||||
|
|
||||||
# send the request to boxcar2
|
# send the request to boxcar2
|
||||||
|
Loading…
Reference in New Issue
Block a user