Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraJourno committed Feb 19, 2019
1 parent d57ac07 commit f88380d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.py
Expand Up @@ -25,6 +25,7 @@
#THIS CODE TURNS THE HTML WE'VE SCRAPED INTO SOMETHING THAT MAKES SENSE.
for match in listofmatches:
print(match)
primt(lxml.html.tostring(match))
# # Write out to the sqlite database using scraperwiki library
# scraperwiki.sqlite.save(unique_keys=['name'], data={"name": "susan", "occupation": "software developer"})
#
Expand Down

0 comments on commit f88380d

Please sign in to comment.