Skip to content

Commit

Permalink
Changed unique key
Browse files Browse the repository at this point in the history
Replaced data_base with data_referencia.
  • Loading branch information
wilsonfreitas committed Nov 11, 2015
1 parent d0fd4ce commit 99fe4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -34,6 +34,6 @@
desvio_padrao=pp.parse(row[9])
)
scraperwiki.sqlite.save(
unique_keys=['titulo', 'data_base', 'data_vencimento'],
unique_keys=['titulo', 'data_referencia', 'data_vencimento'],
data=tit
)

0 comments on commit 99fe4cd

Please sign in to comment.