From a8e72816fa761e68b9d89b31b8c137295c17a44e Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 17 Oct 2011 22:02:31 +0200 Subject: [PATCH] Don't add event to prowl notification --- couchpotato/core/notifications/prowl/main.py | 1 - 1 file changed, 1 deletion(-) 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'), }