From e7dfafeab3adee7dc112b297747b910b1cc899b6 Mon Sep 17 00:00:00 2001 From: Douglas Barone Date: Mon, 27 Mar 2023 14:55:54 -0400 Subject: [PATCH] =?UTF-8?q?Adicionada=20instru=C3=A7=C3=B5es=20quando=20de?= =?UTF-8?q?sconectado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- connect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.py b/connect.py index 99804f9..f94d339 100644 --- a/connect.py +++ b/connect.py @@ -500,7 +500,7 @@ def home(): if "token" in session: return TELA_PRINCIAL() else: - return MSG("Desconectado...") + return MSG("Desconectado...\n\nFaƧa um novo acesso pelo link enviado para o seu e-mail.") # PROFESSORES.update_one({"email":"robson.verly@ifms.edu.br"},{"$set":{"email":"robson.verly@ifms.edu.br","nome":"Robson Jaques Verly","token":"123"}},upsert = True)