|
@ -20,6 +20,7 @@ class Growl(Notification): |
|
|
notifications = ["Updates"], |
|
|
notifications = ["Updates"], |
|
|
defaultNotifications = ["Updates"], |
|
|
defaultNotifications = ["Updates"], |
|
|
applicationIcon = 'http://couchpotatoapp.com/media/images/couch.png', |
|
|
applicationIcon = 'http://couchpotatoapp.com/media/images/couch.png', |
|
|
|
|
|
applicationIcon = 'http://couchpota.to/media/images/couch.png', |
|
|
) |
|
|
) |
|
|
self.growl.register() |
|
|
self.growl.register() |
|
|
except: |
|
|
except: |
|
|