mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
commit
be4b1a4daa
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,
|
||||
'notification[title]': "SickRage : " + title + ' ' + msg,
|
||||
'notification[long_message]': msg,
|
||||
'notification[sound]': "bird-1"
|
||||
'notification[sound]': "success"
|
||||
})
|
||||
|
||||
# send the request to boxcar2
|
||||
|
|
Loading…
Reference in a new issue