1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2024-12-25 00:42:23 +00:00

Update extract_ml_registrations.py

This commit is contained in:
thomasl 2024-06-03 22:58:48 +02:00
parent b17780e5e9
commit 08455e6e60

View File

@ -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":