Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LeifGreiss committed Dec 1, 2017
1 parent 68ef522 commit f5e7fac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scraper.py
@@ -1,5 +1,5 @@
import scraperwiki
clown = scraperwiki.scrape('https://www.opensecrets.org')
print clown
sausages = clown
html = scraperwiki.scrape('https://www.opensecrets.org')
print html
sausages = html
print sausages

0 comments on commit f5e7fac

Please sign in to comment.