Skip to content

Commit

Permalink
[Manutenção] Classe base AdminLTE (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju authored Sep 18, 2024
2 parents 1d90a8a + 6dfe701 commit 89d5632
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 89d5632

Please sign in to comment.