Skip to content

Commit

Permalink
fix colombia_api filename
Browse files Browse the repository at this point in the history
  • Loading branch information
yolile committed Sep 19, 2023
1 parent 135723e commit db7d544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/colombia_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def start_requests(self):
until_date = self.until_date.strftime(self.date_format)
url = f'https://apiocds.colombiacompra.gov.co/apiCCE2.0/rest/releases/dates/{from_date}/{until_date}'

yield scrapy.Request(url, meta={'file_name': f'{from_date}-{until_date}-start.json'})
yield scrapy.Request(url, meta={'file_name': f'{from_date}.json'})

0 comments on commit db7d544

Please sign in to comment.