diff --git a/kfet/management/commands/sendrappelsnegatifs.py b/kfet/management/commands/sendrappelsnegatifs.py index 2351f68f..4e2f67c3 100644 --- a/kfet/management/commands/sendrappelsnegatifs.py +++ b/kfet/management/commands/sendrappelsnegatifs.py @@ -34,7 +34,7 @@ class Command(BaseCommand): start__lt=now - first_delay, last_rappel__isnull=True ) accounts_periodic_mail = account_negatives.filter( - last_rappel__isnull=False, last_rappel__lt=now - periodic_delay + last_rappel__lt=now - periodic_delay ) for neg in accounts_first_mail: