Skip to content

Commit

Permalink
feat: filename - reflete atualizacao em ce_horizonte (DOSP)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju committed Feb 3, 2025
1 parent ee16282 commit b66d9fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions data_collection/gazette/spiders/base/dosp.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,10 @@ def parse(self, response):
],
is_extra_edition=diarios["flag_extra"] > 0,
power="executive",
granularity="individual",
act_category="",
publishing_body="",
document="",
document_sequence=0,
)
# mesma discussão que está em pe_recife
3 changes: 2 additions & 1 deletion data_collection/gazette/spiders/ce/ce_horizonte.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@


class CeHorizonteSpider(BaseDospSpider):
TERRITORY_ID = "2305233"
PUBLIC_ENTITY_ID = "2305233"
user_website = "https://imprensaoficialmunicipal.com.br/horizonte"
name = "ce_horizonte"
code = 687
start_date = date(2023, 7, 3)

0 comments on commit b66d9fa

Please sign in to comment.