Rename the 'new_zephyr' argument to the more descriptive 'content'.
(imported from commit b47e2c4823bbfbf2f94cbafb24ed5d78dfbe841b)
This commit is contained in:
parent
0bb3717079
commit
d2ca08dd6f
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ client = api.common.HumbugAPI(email=options.user,
|
|||
|
||||
message_data = {
|
||||
"type": "personal",
|
||||
"new_zephyr": "test",
|
||||
"content": "test",
|
||||
"recipient": "tabbott@humbughq.com",
|
||||
}
|
||||
print client.send_message(message_data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue