Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexconx committed Jul 10, 2018
1 parent 9182914 commit 33999a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -51,7 +51,7 @@
#list_location.append(loc_data.text.replace(",", ";"))

#scraperwiki.sqlite.save(unique_keys=['link'], data={"link": list_url[i], "date": list_date[i], "location": list_location[i]})
scraperwiki.sqlite.save(unique_keys=['link'], data={"link": list_url[i]}, "date": list_date[i])
scraperwiki.sqlite.save(unique_keys=['link'], data={"link": list_url[i], "date": list_date[i])}

print(type(list_url[0]))
#print(type(list_date[0]))
Expand Down

0 comments on commit 33999a5

Please sign in to comment.