From a49f9fb94e47a782f0e025ee754ed216251d8a10 Mon Sep 17 00:00:00 2001 From: thomasl Date: Sun, 9 Feb 2025 12:34:07 +0100 Subject: [PATCH] Update extract_ml_registrations.py --- management/commands/extract_ml_registrations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/commands/extract_ml_registrations.py b/management/commands/extract_ml_registrations.py index 37ffa2a..6f49ede 100644 --- a/management/commands/extract_ml_registrations.py +++ b/management/commands/extract_ml_registrations.py @@ -69,7 +69,7 @@ class Command(BaseCommand): + f"\n\nTotal des abonnés : {nb}" ) from_email = "Note Kfet 2020 " - recipient_list = ["sorties.bda@lists.crans.org"] + recipient_list = ["bda.ensparissaclay@gmail.com"] send_mail(subject, message, from_email, recipient_list)