mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-18 13:33:57 +08:00
Update manager.py
This commit is contained in:
@@ -77,11 +77,6 @@ def manager_init() -> None:
|
||||
params.put("GitCommit", get_commit(default=""))
|
||||
params.put("GitBranch", get_short_branch(default=""))
|
||||
params.put("GitRemote", get_origin(default=""))
|
||||
|
||||
if params.get("ConnectVersion", encoding="utf8") != "MoreTorqueV1":
|
||||
params.remove("DongleId")
|
||||
params.put("ConnectVersion", "MoreTorqueV1")
|
||||
|
||||
# set dongle id
|
||||
reg_res = register(show_spinner=True)
|
||||
if reg_res:
|
||||
|
||||
Reference in New Issue
Block a user