mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-11 05:33:37 +00:00
Merge pull request #563 from vzoltan/patch-1
Update boxcar2.py: Title and sound
This commit is contained in:
commit
95fcd9f946
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue