Fix OSX notifier agent id key

This commit is contained in:
JonnyWong16 2017-03-30 19:34:37 -07:00
parent 40060255ee
commit 08fdcac240

View file

@ -164,7 +164,7 @@ def available_notification_agents():
if OSX().validate():
agents.append({'label': 'OSX Notify',
'name': 'osx',
'id': AGENT_IDS['OSX Notify']
'id': AGENT_IDS['osx']
})
return agents