Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PRBHam committed Feb 19, 2019
1 parent ff715b1 commit e3209f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -13,7 +13,7 @@
root = lxml.html.fromstring(html)
root.cssselect("div[align='left']")
#
print(root.cssselect("div[align='left']")
print(root.cssselect("div[align='left']"))
# # 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 e3209f8

Please sign in to comment.