Skip to content

Commit

Permalink
Merge pull request #11 from lapig-ufg/email
Browse files Browse the repository at this point in the history
results
  • Loading branch information
jairomr authored Oct 3, 2024
2 parents 634c7f1 + 1873427 commit 8c2f7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def gee_get_index_pasture(self, payload: ResultPayload):
"title": "CONCLUÍDA - Requisição de Análise de Geometria (Área)",
"hello": f"Olá, {payload['user']['name']}",
"body": "Conforme solicitação, a análise de dados da área submetida está completa. Você consegue acessar os resultados no link abaixo:",
"url":"https://atlasdaspastagens.ufg.br/map/{self.request.id}",
"url":f"https://atlasdaspastagens.ufg.br/results/{self.request.id}",
"regards":f"Atenciosamente",
"team":"Equipe do Atlas das Pastagens do Brasil"
}
Expand Down

0 comments on commit 8c2f7ff

Please sign in to comment.