Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruBratu committed Feb 26, 2019
1 parent b1d7066 commit 59ccd43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.py
Expand Up @@ -19,6 +19,7 @@
print(listtext.encode('utf-8'))
record['address'] = listtext
scraperwiki.sqlite.save(['address'],record)
record['link'] = li.attrib['href']
# # 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 59ccd43

Please sign in to comment.