Skip to content

Commit

Permalink
Merge pull request #436 from open-contracting/490-fix-domincan-republic
Browse files Browse the repository at this point in the history
Update dominican_republic.py
  • Loading branch information
yolile committed Jun 30, 2020
2 parents 580065d + af1c6a5 commit d665408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/dominican_republic.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def parse_list(self, response):

for url in json_urls:
if '/JSON_DGCP_' in url:
yield self.build_request('https:' + url, formatter=components(-1))
yield self.build_request(url, formatter=components(-1))

@handle_http_error
def parse(self, response):
Expand Down

0 comments on commit d665408

Please sign in to comment.