mirror of
https://github.com/dw-0/kiauh.git
synced 2026-01-02 20: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
|
||||
)
|
||||
|
||||
if install_count == 0 or name_dict == {}:
|
||||
if install_count == 0:
|
||||
Logger.print_status(EXIT_KLIPPER_SETUP)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user