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 f193e9a commit 526eb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -15,7 +15,7 @@
# print(matchedlinks)
record={}
for li in matchedlinks:
listtext=li.text_content().encode('utf-8')
listtext=li.text_content()
print(listtext.encode('utf-8'))
record['address'] = listtext
scraperwiki.sqlite.save(['address'],record)
Expand Down

0 comments on commit 526eb89

Please sign in to comment.