We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa56e44 commit 64cb46dCopy full SHA for 64cb46d
1 file changed
scripts/portarias.py
@@ -9,7 +9,7 @@
9
10
# Prefixo da URL para a pesquisa
11
prefixo_url = "https://www.anac.gov.br/assuntos/legislacao/legislacao-1/portarias/"
12
-anos = range(2025, 1973, -1)
+anos = range(2026, 1973, -1)
13
dados_tabela = []
14
urls_acessadas = set()
15
regex_nao_imprimiveis = re.compile(r'[\x00-\x1F\x7F]')
@@ -114,3 +114,4 @@ def exportar_html(df, nome_arquivo):
114
exportar_tsv(df, "portarias-anac.tsv")
115
exportar_json(df, "portarias-anac.json")
116
exportar_html(df, "portarias-anac.html")
117
+
0 commit comments