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 13a5e5e commit b971a67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scraper.py
Expand Up @@ -164,7 +164,6 @@ 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):
Expand Down

0 comments on commit b971a67

Please sign in to comment.