diff --git a/selfdrive/car/hyundai/carstate.py b/selfdrive/car/hyundai/carstate.py index d3f79f1..93121cf 100644 --- a/selfdrive/car/hyundai/carstate.py +++ b/selfdrive/car/hyundai/carstate.py @@ -355,7 +355,7 @@ class CarState(CarStateBase): try: self._speed_limit_clu = cp.vl["CLUSTER_SPEED_LIMIT"]["SPEED_LIMIT_1"] return self._speed_limit_clu if self._speed_limit_clu not in (0, 255) else 0 - catch: + except: return 0 def get_can_parser(self, CP):