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 23, 2017
1 parent da71ec8 commit fb9009a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scraper.py
Expand Up @@ -151,9 +151,9 @@ def parse_article(self, response):
title = title,
description = description,
#documents = documents,
contact = contact,
feedback_days = feedback_days,
max_feedback_date = feedback_date
#contact = contact,
#feedback_days = feedback_days,
#max_feedback_date = feedback_date
)

scraperwiki.sqlite.save(unique_keys=['identifier'], data=dict(publication))
Expand Down

0 comments on commit fb9009a

Please sign in to comment.