]> git.parisson.com Git - teleforma.git/commitdiff
bugfix
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 13 Jun 2023 12:47:19 +0000 (14:47 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 13 Jun 2023 12:47:19 +0000 (14:47 +0200)
teleforma/management/commands/teleforma-export-wifi-accounts.py

index 9b246ae6a2c38d5834235f139b33c262993d1302..726daacaa6dbacbf468b64af1f90ef7274da052e 100644 (file)
@@ -23,7 +23,7 @@ class Command(BaseCommand):
 
         f = open(path, 'w')
         period = Period.objects.get(name=period_name)
-        s+ = "prenom,nom,login,pass\n"
+        s = "prenom,nom,login,pass\n"
 
         for user in User.objects.all():
             profile = Profile.objects.filter(user=user)