Need to be str

This commit is contained in:
Jason Wen
2025-01-26 08:24:29 -05:00
committed by GitHub
parent f93404294b
commit 2c5753940b
+1 -1
View File
@@ -104,7 +104,7 @@ class Car:
with car.CarParams.from_bytes(cached_params_raw) as _cached_params:
cached_params = _cached_params
fixed_fingerprint = self.params.get("CarPlatform")
fixed_fingerprint = self.params.get("CarPlatform").decode("utf-8")
self.CI = get_car(*self.can_callbacks, obd_callback(self.params), experimental_long_allowed, num_pandas, cached_params, fixed_fingerprint)
interfaces.setup_car_interface_sp(self.CI.CP, self.CI.CP_SP, self.params)