Skip to content

Commit

Permalink
Merge pull request #8 from ImpulsoGov/hotfix/erro_de_identacao_app
Browse files Browse the repository at this point in the history
Update app.py
  • Loading branch information
Alexsandr0x authored Oct 29, 2024
2 parents d690540 + 6ba20da commit df26fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def passo3():
logger.info("Processo iniciado")
resultado = programa_mensagens()
if resultado["status"] == "sucesso":
logger.info("Processo finalizado")
logger.info("Processo finalizado")
except Exception as e:
logger.error(f"Extração falhou. Exceção: {e}")
return jsonify({f"erro": f"Erro do servidor: {str(e)}"}), 500
Expand Down

0 comments on commit df26fbd

Please sign in to comment.