diff --git a/couchpotato/core/notifications/core/main.py b/couchpotato/core/notifications/core/main.py index 44d0e9b..2bc5e18 100644 --- a/couchpotato/core/notifications/core/main.py +++ b/couchpotato/core/notifications/core/main.py @@ -168,7 +168,6 @@ class CoreNotifier(Notification): }) except: log.debug('Failed sending to listener: %s', traceback.format_exc()) - break self.m_lock.release() self.cleanMessages()