Fix the real reason we were getting double start notifications.

This commit is contained in:
Tim 2015-09-23 19:40:22 +02:00
parent b9e900f540
commit 89a03fb263
3 changed files with 6 additions and 4 deletions

View file

@ -1106,6 +1106,7 @@ class OSX_NOTIFY(object):
notification_center = NSUserNotificationCenter.defaultUserNotificationCenter()
notification_center.deliverNotification_(notification)
logger.info(u"OSX Notify notifications sent.")
del pool
return True