Skip to content

Commit

Permalink
Retrieve data via HTTP
Browse files Browse the repository at this point in the history
A missing Python library is making HTTPs problematic. Fix this in #117.
  • Loading branch information
waldoj committed Oct 26, 2016
1 parent e157ad2 commit 5205253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crump
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def main():
if download:

from urllib2 import Request, urlopen, HTTPError
url = 'https://www.scc.virginia.gov/clk/data/CISbemon.CSV.zip'
url = 'http://www.scc.virginia.gov/clk/data/CISbemon.CSV.zip'
req = Request(url)

try:
Expand Down

0 comments on commit 5205253

Please sign in to comment.