Skip to content

Commit a0bccce

Browse files
author
Tony Bedford
authored
Merge pull request #67 from Nexmo/tony-fix-minor
Fix missing variable name
2 parents 7b61629 + 9c3f344 commit a0bccce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sms/send-an-sms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
responseData = client.send_message(
1818
{
19-
"from": "Acme Inc",
19+
"from": NEXMO_BRAND_NAME,
2020
"to": TO_NUMBER,
2121
"text": "A text message sent using the Nexmo SMS API",
2222
}

0 commit comments

Comments
 (0)