Add title to boxcar2 message

closes #2977
This commit is contained in:
Ruud
2014-03-21 13:32:36 +01:00
parent 6115f83a09
commit 37bc54e01e
+1 -1
View File
@@ -25,7 +25,7 @@ class Boxcar2(Notification):
data = {
'user_credentials': self.conf('token'),
'notification[title]': toUnicode(message),
'notification[title]': toUnicode('%s - %s' % (self.default_title, message)),
'notification[long_message]': toUnicode(long_message),
}