Skip to content

Commit 9c3f344

Browse files
author
Tony Bedford
committed
Fix missing variable name
1 parent 7b61629 commit 9c3f344

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)