Skip to content

Commit

Permalink
Merge c367d6f into 7911579
Browse files Browse the repository at this point in the history
  • Loading branch information
nativaldezt committed Nov 17, 2020
2 parents 7911579 + c367d6f commit 336a0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/spain_zaragoza.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ def start_requests(self):
def parse_list(self, response):
ids = json.loads(response.text)
for contracting_process_id in ids:
url = self.url + contracting_process_id['id']
url = self.url + contracting_process_id['ocid']
yield self.build_request(url, formatter=components(-1))

0 comments on commit 336a0d0

Please sign in to comment.