From 8df1557dfe6305af189d93700a71749455fec6ca Mon Sep 17 00:00:00 2001 From: "Mr.one" Date: Mon, 8 Dec 2025 08:34:59 +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 a3617dd5..a8bac0b2 100755 --- a/system/athena/registration.py +++ b/system/athena/registration.py @@ -20,7 +20,7 @@ def is_registered_device() -> bool: def register(show_spinner=False) -> str | None: params = Params() - return UNREGISTERED_DONGLE_ID + dongle_id: str | None = params.get("DongleId") if dongle_id is None and Path(Paths.persist_root()+"/comma/dongle_id").is_file(): # not all devices will have this; added early in comma 3X production (2/28/24)