mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 18:12:05 +08:00
fix uninstall after manager refactor
old-commit-hash: 745a4e884a6a91befe990bc26831d2a53bddac6d
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