Fix the real reason we were getting double start notifications.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user