Skip to content

Commit

Permalink
Fix url in Costa Rica records scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
nativaldezt committed Oct 14, 2020
1 parent dacef69 commit 6889b43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CostaRicaPoderJudicialRecords(SimpleSpider):

def start_requests(self):
url = 'http://datosabiertospj.eastus.cloudapp.azure.com/api/3/action/package_show?id=estandar-de-datos-de' \
'-contrataciones-abiertas-ocds '
'-contrataciones-abiertas-ocds'
yield scrapy.Request(url, meta={'file_name': 'list.json'}, callback=self.parse_list)

@handle_http_error
Expand Down

0 comments on commit 6889b43

Please sign in to comment.