Use correct variable name.

reviewable/pr18780/r1
Nando Vieira 9 years ago
parent 146c2ac3bc
commit 439bccc286

@ -129,7 +129,7 @@ def send_msg_v2(module, token, room, msg_from, msg, msg_format='text',
body['message'] = msg
body['color'] = color
body['message_format'] = msg_format
params['notify'] = notify
body['notify'] = notify
POST_URL = api + NOTIFY_URI_V2

Loading…
Cancel
Save