Created
October 28, 2014 13:51
-
-
Save joeybrown/7a21cd29e7414309fccf to your computer and use it in GitHub Desktop.
sslv3 failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
congress_payload = {'latitude': latitude, 'longitude': longitude, 'apikey': settings.SUNLIGHT_API_KEY} | |
congress_response = requests.get( | |
'https://congress.api.sunlightfoundation.com/legislators/locate', | |
params=congress_payload | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment