From 9b5388a1870eaf5abe7f1f37e4b0d51753e3b6fd Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 15 Sep 2022 10:59:47 +0200 Subject: [PATCH] WIP: test de date --- 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 5d3a9a1..23ffd7b 100755 --- a/controle_cotisation/main.py +++ b/controle_cotisation/main.py @@ -257,7 +257,7 @@ def renotify_unpaid(member): mailheaders = get_file_content_all(MODALITY_MAIL_HEADERS) + "\n" mailheaders = mailheaders.replace("ANNEE_CIVILE", year) mailheaders = mailheaders.replace("COURRIEL-COTISANT", email) - mailheaders = mailheaders.replaces("Modalit", "Rappel_:_modalit") + mailheaders = mailheaders.replace("Modalit", "Rappel_:_modalit") sendmail(mailheaders, mailtext)