Don't add event to prowl notification

This commit is contained in:
Ruud
2011-10-17 22:02:31 +02:00
parent 5f673f95e5
commit a8e72816fa
@@ -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'),
}