From f9987b2d7d55aa6f7be17aba79bb333431636f01 Mon Sep 17 00:00:00 2001 From: discountchubbs Date: Wed, 5 Nov 2025 14:37:44 -0800 Subject: [PATCH] quick don't look --- sunnypilot/navd/navigation_helpers/nav_instructions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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