mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-21 17:06:18 +00:00
fix json serialization
This commit is contained in:
@@ -112,4 +112,5 @@ class ChargeControl:
|
||||
def get_dict(self):
|
||||
chd = copy(self.__dict__)
|
||||
chd.pop("psacc")
|
||||
chd.pop("thread")
|
||||
return chd
|
||||
Reference in New Issue
Block a user