mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-20 15:54:13 +08:00
cleanup old params (#31039)
* cleanup old params * one more old-commit-hash: 7ce29ef08e9ee9c930238f697bfe3b69f6be368e
This commit is contained in:
@@ -25,7 +25,6 @@ def is_registered_device() -> bool:
|
||||
|
||||
def register(show_spinner=False) -> Optional[str]:
|
||||
params = Params()
|
||||
params.put("SubscriberInfo", HARDWARE.get_subscriber_info())
|
||||
|
||||
IMEI = params.get("IMEI", encoding='utf8')
|
||||
HardwareSerial = params.get("HardwareSerial", encoding='utf8')
|
||||
|
||||
Reference in New Issue
Block a user