mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 19:42:20 -05:00
commit
be4b1a4daa
@ -52,9 +52,9 @@ class Boxcar2Notifier:
|
|||||||
|
|
||||||
data = urllib.urlencode({
|
data = urllib.urlencode({
|
||||||
'user_credentials': accesstoken,
|
'user_credentials': accesstoken,
|
||||||
'notification[title]': "SickRage : " + title,
|
'notification[title]': "SickRage : " + title + ' ' + msg,
|
||||||
'notification[long_message]': msg,
|
'notification[long_message]': msg,
|
||||||
'notification[sound]': "bird-1"
|
'notification[sound]': "success"
|
||||||
})
|
})
|
||||||
|
|
||||||
# send the request to boxcar2
|
# send the request to boxcar2
|
||||||
|
Loading…
Reference in New Issue
Block a user