From 582de160d18c58fa2eba618aac8f8477c1c1a365 Mon Sep 17 00:00:00 2001 From: "Mr.one" Date: Mon, 11 Aug 2025 13:08:00 +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 8546ceba..981a6ac6 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.common.spinner import Spinner +from openpilot.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