Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaradaher authored Aug 9, 2024
1 parent f492a1d commit ff48500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
sender_email = os.getenv("SENDER_EMAIL")
password = os.getenv("PASSWORD_EMAIL")
receive_email = os.getenv("RECEIVE_EMAIL").split(",")
subject = "[TESTE] Mapa de Inundação adicionado"
subject = "Mapa de Inundação adicionado"

# Enviando e-mail se houver novas colunas
if barragens_com_novas_colunas:
Expand Down

0 comments on commit ff48500

Please sign in to comment.