Skip to content

Commit

Permalink
Habilita proxy em Afonso Cunha-MA (#1177)
Browse files Browse the repository at this point in the history
Experimenta corrigir um item da lista de casos em #1172.
  • Loading branch information
trevineju authored Jun 19, 2024
2 parents 9c40058 + 9317790 commit be1b60d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data_collection/gazette/spiders/ma/ma_afonso_cunha.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@


class MaAfonsoCunha(BaseSiganetSpider):
zyte_smartproxy_enabled = True

TERRITORY_ID = "2100105"
name = "ma_afonso_cunha"
start_date = datetime.date(2020, 7, 30)
Expand Down
2 changes: 1 addition & 1 deletion data_collection/gazette/spiders/ma/ma_coroata.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ class MaCoroata(BaseSiganetSpider):
name = "ma_coroata"
start_date = datetime.date(2017, 7, 28)
allowed_domains = ["coroata.ma.gov.br"]
BASE_URL = "https://coroata.ma.gov.br/diario/diario/"
BASE_URL = "https://coroata.ma.gov.br/diario/diario"

0 comments on commit be1b60d

Please sign in to comment.