mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-16 02:12:06 +08:00
Update events.py
This commit is contained in:
@@ -680,7 +680,6 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
|
||||
},
|
||||
|
||||
EventName.steerTempUnavailable: {
|
||||
ET.PERMANENT: soft_disable_alert(_("Steering Temporarily Unavailable")),
|
||||
ET.SOFT_DISABLE: soft_disable_alert(_("Steering Temporarily Unavailable")),
|
||||
ET.NO_ENTRY: NoEntryAlert(_("Steering Temporarily Unavailable")),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user