From a7e39e1ccf4d8752c090bf72564647cc422c9f04 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 5 Feb 2024 02:59:27 -0600 Subject: [PATCH] wip --- selfdrive/car/hyundai/carstate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):