]> git.parisson.com Git - teleforma.git/commitdiff
fix export
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 23 Jun 2022 15:04:35 +0000 (17:04 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 23 Jun 2022 15:04:35 +0000 (17:04 +0200)
bin
teleforma/management/commands/teleforma-export-wifi-accounts.py

diff --git a/bin b/bin
index 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd..edd46124d392ae27b88eab49d371286e8b6b9e2e 160000 (submodule)
--- a/bin
+++ b/bin
@@ -1 +1 @@
-Subproject commit 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd
+Subproject commit edd46124d392ae27b88eab49d371286e8b6b9e2e
index a2674c2dbb4d7ad12fc1b4b92c08eae5d3c4e362..db7b760ce406464a0188f21b0a320dab19475900 100644 (file)
@@ -42,6 +42,6 @@ class Command(BaseCommand):
                     data.append(p.wifi_pass)
                     data.append('\n')
                     s = ','.join(data)
-                    f.write(s.encode('utf8'))
+                    f.write(s)
         f.close()