diff --git a/couchpotato/core/notifications/prowl/main.py b/couchpotato/core/notifications/prowl/main.py index 87887b3..966ffae 100644 --- a/couchpotato/core/notifications/prowl/main.py +++ b/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'), }