Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit afba4ee

Browse files
committed
Fix endpoint bug
1 parent 9066aef commit afba4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firststreet/http_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self, api_key, version=None):
3030
version = DEFAULT_SUMMARY_VERSION
3131

3232
self.api_key = api_key
33-
self.options = {'url': "https://astg.firststreet.org",
33+
self.options = {'url': "https://api.firststreet.org",
3434
'headers': {
3535
'Content-Encoding': 'gzip',
3636
'Content-Type': 'text/html',

0 commit comments

Comments
 (0)