Don't add event to prowl notification
This commit is contained in:
@@ -17,7 +17,6 @@ class Prowl(Notification):
|
||||
data = {
|
||||
'apikey': self.conf('api_key'),
|
||||
'application': self.default_title,
|
||||
'event': self.default_title,
|
||||
'description': toUnicode(message),
|
||||
'priority': self.conf('priority'),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user