diff --git a/sunnypilot/navd/navigation_helpers/nav_instructions.py b/sunnypilot/navd/navigation_helpers/nav_instructions.py index aecd38ab0c..8f3246ef2a 100644 --- a/sunnypilot/navd/navigation_helpers/nav_instructions.py +++ b/sunnypilot/navd/navigation_helpers/nav_instructions.py @@ -129,7 +129,7 @@ class NavigationInstructions: return int(round(speed * CV.KPH_TO_MPH)) return 0 - def arrived_at_destination(progress) -> bool: + def arrived_at_destination(self, progress) -> bool: if progress['all_maneuvers'][0]['type'] == 'arrive': return True return False