Browse Source

Don't break while sending messages to listeners

pull/1867/head
Ruud 12 years ago
parent
commit
57c270f8fa
  1. 1
      couchpotato/core/notifications/core/main.py

1
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()

Loading…
Cancel
Save