From 6149f11e53eb8e45909f0ac204d6650a50a26f00 Mon Sep 17 00:00:00 2001 From: thomasl Date: Mon, 3 Jun 2024 23:01:42 +0200 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 75b0720..8d05629 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 - self.stdout.write(user.email) + self.stdout.write(nb) return if options["type"] == "sport":