From 6767e4ddafd3203a22c5789c8d28c933f795dd63 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Wed, 14 Sep 2022 23:42:25 +0200 Subject: [PATCH] =?UTF-8?q?WIP:=20contr=C3=B4le=20cotisation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controle_cotisation/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controle_cotisation/main.py b/controle_cotisation/main.py index 710b126..457a185 100755 --- a/controle_cotisation/main.py +++ b/controle_cotisation/main.py @@ -334,8 +334,8 @@ def validate(member): # Preparing mail mailheaders = get_file_content_all(RECEPT_MAIL_HEADERS) + "\n" - mailtext = get_file_content_all(RECEPT_MAIL).replace("COURRIEL-COTISANT", \ - answer["email"]) + "\n") + mailtext = get_file_content_all(RECEPT_MAIL).replace("COURRIEL-COTISANT", + answer["email"] + "\n") mailtattach = get_file_content_all(RECEPT_MAIL_ATTACHMENT) + "\n" # Opening PDF file as binary