diff options
Diffstat (limited to '')
-rw-r--r-- | ParrotZik.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ParrotZik.py b/ParrotZik.py index c6cfd92..98469d0 100644 --- a/ParrotZik.py +++ b/ParrotZik.py @@ -153,7 +153,7 @@ class ParrotZikBase(object): @auto_connect.setter def auto_connect(self, arg): - self.api.get("/api/system/auto_connection/enabled", arg) + self.api.set("/api/system/auto_connection/enabled", arg) @property def anc_phone_mode(self): |