Skip to content

Commit

Permalink
Merge branch 'master' of github.com:open-contracting/kingfisher-scrap…
Browse files Browse the repository at this point in the history
…e into 375-chile-bulk-fix
  • Loading branch information
yolile committed Jun 30, 2020
2 parents c934ed0 + d665408 commit c895757
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 c895757

Please sign in to comment.