Skip to content

Commit

Permalink
revisa raspador base AdminLTEGazetteSpider
Browse files Browse the repository at this point in the history
  • Loading branch information
claromes committed Sep 13, 2024
1 parent 576492e commit 03d5b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_collection/gazette/spiders/base/adminlte.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class AdminLTEGazetteSpider(BaseGazetteSpider):
"""

def start_requests(self):
url = f"http://diariooficial.{self.city_domain}/pesquisa/"
url = f"https://diariooficial.{self.city_domain}/pesquisa/"

start_date = self.start_date.strftime("%Y-%m-%d")
end_date = self.end_date.strftime("%Y-%m-%d")
Expand Down

0 comments on commit 03d5b17

Please sign in to comment.