TeslaPy without Cache #119
autochargetesla
started this conversation in
General
Replies: 1 comment
-
You can try this: from teslapy import Tesla
with Tesla('[email protected]', cache_loader=lambda: {}, cache_dumper=lambda: None) as tesla:
vehicles = tesla.vehicle_list() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
Is there a way to turn off the default behavior of using a cache?
Can you provide a short snipped on how to use/setup TeslaPy without cache?
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions