diff --git a/management/commands/extract_ml_registrations.py b/management/commands/extract_ml_registrations.py index ac66d71..75b0720 100644 --- a/management/commands/extract_ml_registrations.py +++ b/management/commands/extract_ml_registrations.py @@ -57,7 +57,7 @@ class Command(BaseCommand): for user in User.objects.filter(profile__ml_art_registration=True).all(): self.stdout.write(user.email) nb+=1 - print(nb) + self.stdout.write(user.email) return if options["type"] == "sport":