Skip to content

Commit

Permalink
Update TROUBLESHOOTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious authored Jul 26, 2016
1 parent fe6ddc3 commit e56028b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Click the "Clone or download" green button in [GitHub](https://github.com/sendgr
To read the error message returned by SendGrid's API:

```python
import urllib2

try:
response = sg.client.mail.send.post(request_body=mail.get())
except urllib2.HTTPError as e:
Expand Down Expand Up @@ -82,4 +84,4 @@ In most cases we recommend you download the latest version of the library, but i

If you are usring a [requirements file](https://pip.readthedocs.io/en/1.1/requirements.html), please use:

`sendgrid==X.X.X`
`sendgrid==X.X.X`

0 comments on commit e56028b

Please sign in to comment.