Skip to content

Commit

Permalink
Fix chile base to include callback on page request
Browse files Browse the repository at this point in the history
Signed-off-by: Yohanna Lisnichuk <yohanitalisnichuk@gmail.com>
  • Loading branch information
yolile committed Jun 30, 2020
1 parent 7e96983 commit ddd9e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kingfisher_scrapy/spiders/chile_base.py
Expand Up @@ -73,5 +73,6 @@ def parse_list(self, response):
meta={
'year': year,
'month': month,
}
},
callback=self.parse_list
)

0 comments on commit ddd9e05

Please sign in to comment.