From b1be910d5d2e008fba3478f55bd6680f8e0dfe25 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sat, 16 Nov 2024 10:03:20 -0500 Subject: [PATCH] no more available --- sunnypilot/mads/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunnypilot/mads/state.py b/sunnypilot/mads/state.py index 6f1c4829bd..c6458665e3 100644 --- a/sunnypilot/mads/state.py +++ b/sunnypilot/mads/state.py @@ -106,7 +106,7 @@ class StateMachine: self.state = State.enabled self.add_current_alert_types(ET.ENABLE) - # check if MADS is engaged & available, and actuators are enabled + # check if MADS is engaged and actuators are enabled enabled = self.state in ENABLED_STATES active = self.state in ACTIVE_STATES if active: