Skip to content

Commit

Permalink
Ajusta TERRITORY_ID para Onça de Pitangui
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju committed Jun 25, 2024
1 parent 16c7e49 commit 9295094
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from gazette.spiders.base.instar import BaseInstarSpider


class MgOncaDoPitanguiSpider(BaseInstarSpider):
TERRITORY_ID = "3151404"
name = "mg_onca_do_pitangui"
class MgOncaDePitanguiSpider(BaseInstarSpider):
TERRITORY_ID = "3145802"
name = "mg_onca_de_pitangui"
allowed_domains = ["oncadopitangui.mg.gov.br"]
base_url = "https://www.oncadopitangui.mg.gov.br/portal/diario-oficial"
start_date = date(2021, 5, 24)

0 comments on commit 9295094

Please sign in to comment.