Update extract_ml_registrations.py
This commit is contained in:
parent
08455e6e60
commit
6149f11e53
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue