Skip to content

Commit

Permalink
Change file_name
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilerapy committed Jun 24, 2020
1 parent 882fc76 commit 20b15e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/moldova_mtender.py
Expand Up @@ -25,7 +25,7 @@ def parse_list(self, response):
if not data:
return
for item in data['data']:
yield self.build_request(base_url + item['ocid'], formatter=components(-2))
yield self.build_request(base_url + item['ocid'], formatter=components(-1))

if self.sample:
return
Expand Down

0 comments on commit 20b15e4

Please sign in to comment.