From 57c270f8fa2bf70a5b4eb1d41b6710d1e1804c50 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 21 Jun 2013 11:32:45 +0200 Subject: [PATCH] Don't break while sending messages to listeners --- couchpotato/core/notifications/core/main.py | 1 - 1 file changed, 1 deletion(-) 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()