problem for update the car #88
-
Hello all, i try to change the state of car with
no problem with menu.py, or get information from car with my code but i was a error that when a try change the state of the car with my code thank you for your help File "/usr/local/lib/python2.7/dist-packages/teslapy/init.py", line 703, in command |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I had the same problem. You need to keep your code within the with teslapy.Tesla('email') as tesla: code block, as when you leave it, things are cleaned up and removed |
Beta Was this translation helpful? Give feedback.
I had the same problem. You need to keep your code within the
with teslapy.Tesla('email') as tesla:
code block, as when you leave it, things are cleaned up and removed