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 25, 2017
1 parent ccd7451 commit 13a5e5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scraper.py
Expand Up @@ -164,6 +164,8 @@ def parse_article(self, response):
)

scraperwiki.sqlite.save(unique_keys=['identifier'], data=dict(publication))
print (scraperwiki.table_info("data"))
print (scraperwiki.sqlite.show_tables() )

def slugify(self, text):
text = strip_diacritics(text).lower()
Expand Down

0 comments on commit 13a5e5e

Please sign in to comment.