Skip to content

Commit

Permalink
fix: Correção na geração de imagens e no caminho relativo dos arquivo…
Browse files Browse the repository at this point in the history
…s de origem do Json e de salvamento das imagens
  • Loading branch information
Cayoalencar committed Feb 5, 2025
1 parent 5595468 commit c6b58b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bots/bot_Twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ def html_generate(obra):
print(f"Arquivo HTML gerado em: {file_path}")

def main():
json_file_path = r"C:/projetos/2024-2-Squad07/TestesMapa/obrasgov/obras_com_lat_long.json"
output_dir = r"C:/projetos/2024-2-Squad07/Bots/imagens"
json_file_path = r"./TestesMapa/obrasgov/src/obras_com_lat_long.json"
output_dir = r"./Bots/imagens"

data = load_json(json_file_path)

Expand Down

0 comments on commit c6b58b9

Please sign in to comment.