Fix OSX notifier agent id key
This commit is contained in:
@@ -164,7 +164,7 @@ def available_notification_agents():
|
|||||||
if OSX().validate():
|
if OSX().validate():
|
||||||
agents.append({'label': 'OSX Notify',
|
agents.append({'label': 'OSX Notify',
|
||||||
'name': 'osx',
|
'name': 'osx',
|
||||||
'id': AGENT_IDS['OSX Notify']
|
'id': AGENT_IDS['osx']
|
||||||
})
|
})
|
||||||
|
|
||||||
return agents
|
return agents
|
||||||
|
Reference in New Issue
Block a user