Skip to content

Commit

Permalink
Fix a 400 error code (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkledore authored and brendanv committed Mar 18, 2018
1 parent 6f60f42 commit 11a69d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nasa/earth.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def image(lat, lon, dim=None, date=None, cloud_score=None):
'cloud_score': cloud_score,
}
response = api.api_get(
'https://api.nasa.gov/planetary/earth/imagery',
'https://api.nasa.gov/planetary/earth/imagery/',
payload,
)
return EarthImagery.from_response(response)
Expand Down

0 comments on commit 11a69d5

Please sign in to comment.