Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aniri committed Jul 24, 2017
1 parent cd99662 commit 5f97fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -163,7 +163,7 @@ def parse_article(self, response):
#max_feedback_date = feedback_date
)

scraperwiki.sqliteexecute("DROP TABLE data")
scraperwiki.sqlite.execute("DROP TABLE czl_tineret")
scraperwiki.sqlite.save(unique_keys=['identifier'], data=dict(publication))

def slugify(self, text):
Expand Down

0 comments on commit 5f97fa0

Please sign in to comment.