1
0
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:
vzoltan 2014-05-14 12:32:16 +02:00
parent da42e262ca
commit 2ed20dae1b

View File

@ -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