From 21dbc536158f9836ed21f7cbd97e5b90b81cc914 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 22 Apr 2021 23:17:58 +0200 Subject: [PATCH] Spam negative users if they have less than 0 euro Signed-off-by: Yohann D'ANELLO --- note.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note.cron b/note.cron index d1814250..90deac08 100644 --- a/note.cron +++ b/note.cron @@ -16,7 +16,7 @@ MAILTO=notekfet2020@lists.crans.org # Mettre à jour le wiki (modification sans (dé)validation, activités passées) 30 5 * * * root cd /var/www/note_kfet && env/bin/python manage.py refresh_activities --raw --human --comment refresh --wiki -v 0 # Spammer les gens en négatif - 00 5 * * 2 root cd /var/www/note_kfet && env/bin/python manage.py send_mail_to_negative_balances --spam -v 0 + 00 5 * * 2 root cd /var/www/note_kfet && env/bin/python manage.py send_mail_to_negative_balances --spam --negative-amount 0 -v 0 # Envoyer le rapport mensuel aux trésoriers et respos info 00 8 6 * * root cd /var/www/note_kfet && env/bin/python manage.py send_mail_to_negative_balances --report --add-years 1 -v 0 # Envoyer les rapports aux gens