diff --git a/openpilot/system/athena/athenad.py b/openpilot/system/athena/athenad.py index 1351f45c2..2b6763877 100755 --- a/openpilot/system/athena/athenad.py +++ b/openpilot/system/athena/athenad.py @@ -800,8 +800,6 @@ def startStream(sdp: str, enabled: bool) -> dict: with car.CarParams.from_bytes(cp_bytes) as CP: if CP.notCar: bridge_services_in.append("testJoystick") - else: - raise Exception("failed to get CarParamsPersistent") if params.get_bool("IsOffroad"): # manager owns camerad/stream_encoderd/webrtcd; flip the param and let it bring them up.