Skip to content

Commit 64cb46d

Browse files
Update portarias.py
year range
1 parent fa56e44 commit 64cb46d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/portarias.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Prefixo da URL para a pesquisa
1111
prefixo_url = "https://www.anac.gov.br/assuntos/legislacao/legislacao-1/portarias/"
12-
anos = range(2025, 1973, -1)
12+
anos = range(2026, 1973, -1)
1313
dados_tabela = []
1414
urls_acessadas = set()
1515
regex_nao_imprimiveis = re.compile(r'[\x00-\x1F\x7F]')
@@ -114,3 +114,4 @@ def exportar_html(df, nome_arquivo):
114114
exportar_tsv(df, "portarias-anac.tsv")
115115
exportar_json(df, "portarias-anac.json")
116116
exportar_html(df, "portarias-anac.html")
117+

0 commit comments

Comments
 (0)