Skip to content

Commit 98f187a

Browse files
API Key typo
1 parent 4ce75d9 commit 98f187a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

use_cases/error_handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ There are also email specific exceptions located [here](https://github.com/sendg
1111
from sendgrid.helpers.mail import (From, To, Subject, PlainTextContent, HtmlContent, Mail)
1212
from python_http_client import exceptions
1313

14-
sendgrid_client = SendGridAPIClient(api_key=os.environ.get('SENDGRID_API_KEY'))
14+
sendgrid_client = SendGridAPIClient(os.environ.get('SENDGRID_API_KEY'))
1515
from_email = From("dx@sendgrid.com")
1616
to_email = To("elmer.thomas@sendgrid.com")
1717
subject = Subject("Sending with Twilio SendGrid is Fun")

0 commit comments

Comments
 (0)