From ab944b6611240955b54eb4eb96f4f77474e3fcda Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 22 Jan 2012 11:30:17 +0100 Subject: [PATCH] Remove old url --- couchpotato/core/notifications/growl/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/couchpotato/core/notifications/growl/main.py b/couchpotato/core/notifications/growl/main.py index 968b09a7..fb80bbd7 100644 --- a/couchpotato/core/notifications/growl/main.py +++ b/couchpotato/core/notifications/growl/main.py @@ -19,7 +19,6 @@ class Growl(Notification): applicationName = 'CouchPotato', notifications = ["Updates"], defaultNotifications = ["Updates"], - applicationIcon = 'http://couchpotatoapp.com/media/images/couch.png', applicationIcon = 'http://couchpota.to/media/images/couch.png', ) self.growl.register()