mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-25 16:53:36 +05:00
fix: fix logic bug in conditional
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -68,7 +68,7 @@ def install_klipper() -> None:
|
|||||||
klipper_list, moonraker_list
|
klipper_list, moonraker_list
|
||||||
)
|
)
|
||||||
|
|
||||||
if install_count == 0 or name_dict == {}:
|
if install_count == 0:
|
||||||
Logger.print_status(EXIT_KLIPPER_SETUP)
|
Logger.print_status(EXIT_KLIPPER_SETUP)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user