Browse Source

Notification test failed. closes #1561

Thanks @FredrikWendt
pull/1595/head
Ruud 12 years ago
parent
commit
0c44c48628
  1. 2
      couchpotato/core/notifications/base.py

2
couchpotato/core/notifications/base.py

@ -44,7 +44,7 @@ class Notification(Provider):
def _notify(self, *args, **kwargs):
if self.isEnabled():
self.notify(*args, **kwargs)
return self.notify(*args, **kwargs)
def notify(self, message = '', data = {}, listener = None):
pass

Loading…
Cancel
Save