Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
katipietarinen committed Feb 25, 2019
1 parent 2719fa5 commit 96f5192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -24,8 +24,8 @@
# -----------------------------------------------------------------------------

import scraperwiki
html = scraperwiki.scrape("https://www.euroweeklynews.com/")
sausages = html
james = scraperwiki.scrape("http://www.euroweeklynews.com/")
sausages = james
print sausages

# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 96f5192

Please sign in to comment.