mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-31 14:52:10 +08:00
fix uninstall after manager refactor
This commit is contained in:
@@ -194,7 +194,7 @@ def main(spinner=None):
|
||||
finally:
|
||||
manager_cleanup()
|
||||
|
||||
if Params().params.get("DoUninstall", encoding='utf8') == "1":
|
||||
if Params().get("DoUninstall", encoding='utf8') == "1":
|
||||
cloudlog.warning("uninstalling")
|
||||
HARDWARE.uninstall()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user