Rename the 'new_zephyr' argument to the more descriptive 'content'.

(imported from commit b47e2c4823bbfbf2f94cbafb24ed5d78dfbe841b)
This commit is contained in:
Tim Abbott 2012-10-02 17:25:14 -04:00
parent 0bb3717079
commit d2ca08dd6f
2 changed files with 2 additions and 2 deletions

View file

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