From 4ccdbee1db6bf9512ffea167b02bbd0196bbd000 Mon Sep 17 00:00:00 2001 From: "Adrien Bourmault (neox)" Date: Sat, 4 Nov 2023 16:01:04 +0100 Subject: [PATCH] =?UTF-8?q?cotisation=20:=20v=C3=A9rification=20du=20courr?= =?UTF-8?q?iel=20(2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controle_cotisation/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controle_cotisation/main.py b/controle_cotisation/main.py index c760faa..80ea459 100755 --- a/controle_cotisation/main.py +++ b/controle_cotisation/main.py @@ -193,7 +193,7 @@ def check_email_created(member): } answer = git_mail_ticket_read(request) - if len(anwer) >= 1: + if len(answer) >= 1: return True return False