Fix: georide tracker property method

This commit is contained in:
Matthieu DUVAL
2023-02-28 18:01:21 +01:00
parent cb5b85e9d4
commit a1c940d2a0

View File

@@ -462,7 +462,7 @@ class GeoRideTracker(metaclass=JsonMgtMetaClass): # pylint: disable=R0904,R0902
return self._ecall_crash_mode
@property
def _ssistance_theft_activated(self):
def assistance_theft_activated(self):
""" assistanceTheftActivated property """
return self._assistance_theft_activated