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