Browse Source

Don't add event to prowl notification

pull/62/head
Ruud 14 years ago
parent
commit
a8e72816fa
  1. 1
      couchpotato/core/notifications/prowl/main.py

1
couchpotato/core/notifications/prowl/main.py

@ -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'),
}

Loading…
Cancel
Save