Skip to content

Commit

Permalink
Remove unused from_date meta
Browse files Browse the repository at this point in the history
Signed-off-by: Yohanna Lisnichuk <yohanitalisnichuk@gmail.com>
  • Loading branch information
yolile committed Jul 13, 2020
1 parent 3d03bb0 commit 36e19b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kingfisher_scrapy/spiders/paraguay_dncp_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ def start_requests(self):
yield self.build_request(
self.base_page_url,
formatter=parameters('fecha_desde'),
meta={
'from_date': self.from_date,
},
# send duplicate requests when the token expired and in the continuation of last_request saved.
dont_filter=True,
callback=self.parse_pages
Expand Down

0 comments on commit 36e19b6

Please sign in to comment.