Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilerapy committed Sep 1, 2020
1 parent 836bb0f commit 6b18bac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kingfisher_scrapy/spiders/kyrgyzstan.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ class Kyrgyzstan(LinksSpider):
next_page_formatter = staticmethod(parameters('offset'))

def start_requests(self):
url = 'http://ocds.zakupki.gov.kg/api/tendering'
yield scrapy.Request(url, meta={'file_name': 'offset-0.json'})
yield scrapy.Request('http://ocds.zakupki.gov.kg/api/tendering', meta={'file_name': 'offset-0.json'})

0 comments on commit 6b18bac

Please sign in to comment.