From e35b9045317bd7f59b7475e00753e5eed757cc8e Mon Sep 17 00:00:00 2001 From: "Mr.one" Date: Mon, 11 Aug 2025 13:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91registration.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/athena/registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/athena/registration.py b/system/athena/registration.py index 981a6ac6..43dc9bb8 100755 --- a/system/athena/registration.py +++ b/system/athena/registration.py @@ -4,7 +4,7 @@ import json import requests from pathlib import Path from openpilot.common.params import Params -from openpilot.ui.spinner import Spinner +from openpilot.system.ui.spinner import Spinner from openpilot.selfdrive.selfdrived.alertmanager import AlertManager, set_offroad_alert from openpilot.system.hardware import HARDWARE, PC from openpilot.system.hardware.hw import Paths