mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-21 05:52:06 +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