From 2dc4e55c8378bf5a6fdae6455bae01f8821e8a08 Mon Sep 17 00:00:00 2001 From: Leif Greiss Date: Fri, 1 Dec 2017 13:24:03 -0500 Subject: [PATCH] Update scraper.py --- scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper.py b/scraper.py index 3088614..b27bb01 100644 --- a/scraper.py +++ b/scraper.py @@ -1,5 +1,5 @@ import scraperwiki -html = scraperwiki.scrape('https://www.opensecrets.org') +html = scraperwiki.scrape('http://www.opensecrets.org') print html sausages = html print sausages