fix.. typo

This commit is contained in:
ajouatom 2025-02-19 18:16:49 +09:00
parent b925c8bc27
commit 2a28e7865d

View File

@ -449,7 +449,7 @@ class VCruiseCarrot:
self._add_log(f"AutoCruiseControl cancel timer RESET {button_type}") self._add_log(f"AutoCruiseControl cancel timer RESET {button_type}")
self.autoCruiseControl_cancel_timer = 0 self.autoCruiseControl_cancel_timer = 0
if self._cruise_cancel_state: if self._cruise_cancel_state:
self._add_log("Cruise Cancel state RESET {button_type}") self._add_log(f"Cruise Cancel state RESET {button_type}")
self._cruise_cancel_state = False self._cruise_cancel_state = False
if not long_pressed: if not long_pressed: