Skip to content

Commit ec8d120

Browse files
committed
url to https
1 parent 690dfbc commit ec8d120

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

regcensus/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
date_format = re.compile(r'\d{4}(?:-\d{2}-\d{2})?')
99

10-
URL = 'http://api.quantgov.org'
10+
URL = 'https://api.quantgov.org'
1111

1212

1313
def get_values(series, jurisdiction, date, filtered=True, summary=True,

0 commit comments

Comments
 (0)