]> git.parisson.com Git - teleforma.git/commitdiff
fix str
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 23 Jun 2022 14:53:20 +0000 (16:53 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 23 Jun 2022 14:53:20 +0000 (16:53 +0200)
teleforma/management/commands/teleforma-export-wifi-accounts.py

index 544a3f225469623c2cc27fe2d141695b75367f20..a2674c2dbb4d7ad12fc1b4b92c08eae5d3c4e362 100644 (file)
@@ -36,8 +36,8 @@ class Command(BaseCommand):
                     data.append(user.last_name)
                     data.append(str(period.date_begin))
                     data.append(str(period.date_end))
-                    data.append(period.date_begin)
-                    data.append(period.date_end)
+                    data.append(str(period.date_begin))
+                    data.append(str(period.date_end))
                     data.append(p.wifi_login)
                     data.append(p.wifi_pass)
                     data.append('\n')