From a5815f0bc726a771dcaaa838bf78a0af833a8da8 Mon Sep 17 00:00:00 2001 From: alexismdr Date: Sun, 13 Apr 2025 19:56:20 +0200 Subject: [PATCH] Add BDA email as an option to fix NL updates Commit [1] removed default BDA email address from extract_ml_registrations script code. We should now add it to cron. [1] https://gitlab.crans.org/bde/nk20-scripts/-/commit/3dd5f6e3e0a2602b536ec84d5861057495d28ff5 --- note.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note.cron b/note.cron index 5509deaf..fb45a4b3 100644 --- a/note.cron +++ b/note.cron @@ -27,5 +27,5 @@ MAILTO=notekfet2020@lists.crans.org # Vider les tokens Oauth2 00 6 * * * root cd /var/www/note_kfet && env/bin/python manage.py cleartokens -v 0 # Envoyer la liste des abonnés à la NL BDA - 00 10 * * 0 root cd /var/www/note_kfet && env/bin/python manage.py extract_ml_registrations -t art + 00 10 * * 0 root cd /var/www/note_kfet && env/bin/python manage.py extract_ml_registrations -t art -e "bda.ensparissaclay@gmail.com" \ No newline at end of file