WIP: test de date

This commit is contained in:
Adrien Bourmault 2022-09-15 10:59:47 +02:00
parent 491d33a557
commit 9b5388a187
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 1 additions and 1 deletions

View File

@ -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)