Skip to content

Commit

Permalink
arrumando arquivos de adustina, anage e andorinha
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiasamp committed Apr 26, 2024
1 parent 7a387d4 commit e2cfdee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data_collection/gazette/spiders/ba/ba_adustina.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ class BaAdustinaSpider(SaiGazetteSpider):
name = "ba_adustina"
start_date = dt.date(2017, 1, 3)
allowed_domains = ["adustina.ba.gov.br"]
base_url = "https://adustina.ba.gov.br"
base_url = "https://www.adustina.ba.gov.br"
4 changes: 2 additions & 2 deletions data_collection/gazette/spiders/ba/ba_anage.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
class BaAnageSpider(SaiGazetteSpider):
TERRITORY_ID = "2901205"
name = "ba_anage"
start_date = dt.date(2017, 1, 12)
start_date = dt.date(2007, 1, 12)
allowed_domains = ["anage.ba.gov.br"]
base_url = "https://anage.ba.gov.br"
base_url = "https://www.anage.ba.gov.br"
4 changes: 2 additions & 2 deletions data_collection/gazette/spiders/ba/ba_andorinha.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ class BaAndorinhaSpider(SaiGazetteSpider):
TERRITORY_ID = "2901353"
name = "ba_andorinha"
start_date = dt.date(2013, 1, 2)
allowed_domains = ["adorinha.ba.gov.br"]
base_url = "https://adorinha.ba.gov.br"
allowed_domains = ["andorinha.ba.gov.br"]
base_url = "https://www.andorinha.ba.gov.br"

0 comments on commit e2cfdee

Please sign in to comment.