fix uninstall after manager refactor

albatross
Adeeb Shihadeh 2021-03-07 21:02:37 -08:00
parent 3e78d073f0
commit 745a4e884a
1 changed files with 1 additions and 1 deletions

View File

@ -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()