feat: KIAUH v6 - full rewrite of KIAUH in Python #428

Open
dw-0 wants to merge 242 commits from kiauh-v6-dev into master
Showing only changes of commit b165d88855 - Show all commits

View File

@@ -69,6 +69,8 @@ def check_moonraker_install_requirements() -> bool:
Logger.print_warn("Moonraker cannot be installed! Install Klipper first.")
return False
return True
def install_moonraker() -> None:
if not check_moonraker_install_requirements():