Skip to content

Commit 177e4b2

Browse files
committed
Use HTTPS endpoint for Congress API
1 parent 6667318 commit 177e4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sunlight/services/congress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import json
1515

1616

17-
API_ROOT = "http://congress.api.sunlightfoundation.com"
17+
API_ROOT = "https://congress.api.sunlightfoundation.com"
1818

1919
LEGISLATOR_ID_TYPES = (
2020
'bioguide',

0 commit comments

Comments
 (0)