Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hzlmn committed Dec 20, 2018
1 parent 999adb5 commit 7963d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiogmaps/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async def _request(

async def _get_body(self, response):
if response.status != 200:
raise googlemaps.exceptions.HTTPError(response.status_code)
raise googlemaps.exceptions.HTTPError(response.status)

body = await response.json()

Expand Down

0 comments on commit 7963d67

Please sign in to comment.