Use correct variable name.

This commit is contained in:
Nando Vieira 2015-07-27 01:45:03 -03:00
parent 146c2ac3bc
commit 439bccc286

View file

@ -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