diff --git a/selfdrive/car/car_helpers.py b/selfdrive/car/car_helpers.py index cc0b04d7a..ceb1fbc2f 100644 --- a/selfdrive/car/car_helpers.py +++ b/selfdrive/car/car_helpers.py @@ -74,7 +74,7 @@ def fingerprint(logcan, sendcan, has_relay): dragon_has_cache = False if dragon_cache_car == "1": - cached_source = params.get("DragonCachedSource", encoding='utf8') + cached_source = params.get("DragonCachedSource") dragon_source = car.CarParams.FingerprintSource.can if cached_source == "" else pickle.loads(cached_source)