Use correct variable name.
This commit is contained in:
parent
146c2ac3bc
commit
439bccc286
1 changed files with 5 additions and 5 deletions
|
@ -129,7 +129,7 @@ def send_msg_v2(module, token, room, msg_from, msg, msg_format='text',
|
||||||
body['message'] = msg
|
body['message'] = msg
|
||||||
body['color'] = color
|
body['color'] = color
|
||||||
body['message_format'] = msg_format
|
body['message_format'] = msg_format
|
||||||
params['notify'] = notify
|
body['notify'] = notify
|
||||||
|
|
||||||
POST_URL = api + NOTIFY_URI_V2
|
POST_URL = api + NOTIFY_URI_V2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue