mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00:00
Update boxcar2.py
This change adds a detailed push notification to Boxcar2 and also changes the sound of the notification. (tested, works) thanks Sorry for the duplication.
This commit is contained in:
parent
c761f32c85
commit
331939a229
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