Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfh committed Oct 26, 2014
1 parent 7985aa2 commit d3daf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -54,4 +54,4 @@ def iriToUri(iri):
"kirche" : kirche
})

scraperwiki.sqlite.save(unique_keys=["ort, datum"], data=orte)
scraperwiki.sqlite.save(unique_keys=["ort", "datum"], data=evententries)

0 comments on commit d3daf5f

Please sign in to comment.