Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chadskelton committed Jun 19, 2019
1 parent 2d47a4a commit 4a6e063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -3,6 +3,6 @@

scraperwiki.sqlite.save(unique_keys=['name'], data={"name": "susan", "occupation": "software developer"})

r = requests.get('http://vancouversun.com/')
r = requests.get('http://www.chadskelton.com/')

print(r.text)

0 comments on commit 4a6e063

Please sign in to comment.