1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04: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({
'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