Skip to content

Commit

Permalink
Removendo variável não utilizada
Browse files Browse the repository at this point in the history
Signed-off-by: Renne Rocha <[email protected]>
  • Loading branch information
rennerocha authored Dec 16, 2023
1 parent e38ff29 commit 8f0382d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_collection/gazette/spiders/mg/mg_belo_horizonte.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def parse(self, response, gazette_date):
for gazette in gazettes:
is_extra_edition = gazette["tipo_edicao"] != "P"
gazette_hash = gazette["documento_jornal"]["nome_minio"]
gazette_url = f"https://api-dom.pbh.gov.br/api/v1/documentos/{gazette_hash}/download?prefix={prefix}"
gazette_url = f"https://api-dom.pbh.gov.br/api/v1/documentos/{gazette_hash}/download"

prefix = gazette["prefix"]
if prefix is not None:
Expand Down

0 comments on commit 8f0382d

Please sign in to comment.