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 69fae3d commit f8685a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -21,7 +21,7 @@
for match in listofmatches:
print(match)
print(lxml.html.tostring(match)
record["link"]=lxml.html.tostring(match)
record["link"] = lxml.html.tostring(match)
print(record)
scraperwiki.sqlite.save(unique_keys=["link"], data=record)

Expand Down

0 comments on commit f8685a6

Please sign in to comment.