Skip to content

Commit

Permalink
finalizando rgsites [References okfn-brasil#1245]
Browse files Browse the repository at this point in the history
  • Loading branch information
JP0ttoni committed Dec 12, 2024
1 parent ad584b1 commit 62cdeeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data_collection/gazette/spiders/base/rgsites.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def start_requests(self):
yield scrapy.Request(self.BASE_URL)

def parse(self, response):
self.end_date
years = response.css('div[role="tabpanel"]')
years.reverse()
for year in years:
Expand Down

0 comments on commit 62cdeeb

Please sign in to comment.