diff --git a/kiauh.py b/kiauh.py index 227775f..ff930a4 100644 --- a/kiauh.py +++ b/kiauh.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/__init__.py b/kiauh/__init__.py index e5fd81f..3a58dc0 100644 --- a/kiauh/__init__.py +++ b/kiauh/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/core/backup_manager/backup_manager.py b/kiauh/core/backup_manager/backup_manager.py index 68fa338..556346d 100644 --- a/kiauh/core/backup_manager/backup_manager.py +++ b/kiauh/core/backup_manager/backup_manager.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/core/config_manager/config_manager.py b/kiauh/core/config_manager/config_manager.py index 5e56626..63a4490 100644 --- a/kiauh/core/config_manager/config_manager.py +++ b/kiauh/core/config_manager/config_manager.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/core/instance_manager/base_instance.py b/kiauh/core/instance_manager/base_instance.py index 903c76b..571985e 100644 --- a/kiauh/core/instance_manager/base_instance.py +++ b/kiauh/core/instance_manager/base_instance.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/core/instance_manager/instance_manager.py b/kiauh/core/instance_manager/instance_manager.py index 8bc9e9c..d4e2f28 100644 --- a/kiauh/core/instance_manager/instance_manager.py +++ b/kiauh/core/instance_manager/instance_manager.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/core/menus/__init__.py b/kiauh/core/menus/__init__.py index 23cd836..afca077 100644 --- a/kiauh/core/menus/__init__.py +++ b/kiauh/core/menus/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/core/menus/advanced_menu.py b/kiauh/core/menus/advanced_menu.py index 038409a..533b5c1 100644 --- a/kiauh/core/menus/advanced_menu.py +++ b/kiauh/core/menus/advanced_menu.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/core/menus/base_menu.py b/kiauh/core/menus/base_menu.py index 1950e4b..434293c 100644 --- a/kiauh/core/menus/base_menu.py +++ b/kiauh/core/menus/base_menu.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/core/menus/install_menu.py b/kiauh/core/menus/install_menu.py index 52e6592..22bdad2 100644 --- a/kiauh/core/menus/install_menu.py +++ b/kiauh/core/menus/install_menu.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/core/menus/main_menu.py b/kiauh/core/menus/main_menu.py index 4f1579f..66324bc 100644 --- a/kiauh/core/menus/main_menu.py +++ b/kiauh/core/menus/main_menu.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/core/menus/remove_menu.py b/kiauh/core/menus/remove_menu.py index 922c2cf..bb81c31 100644 --- a/kiauh/core/menus/remove_menu.py +++ b/kiauh/core/menus/remove_menu.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/core/menus/settings_menu.py b/kiauh/core/menus/settings_menu.py index 8cb7723..1305ad1 100644 --- a/kiauh/core/menus/settings_menu.py +++ b/kiauh/core/menus/settings_menu.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/core/menus/update_menu.py b/kiauh/core/menus/update_menu.py index 68fcc90..f947d84 100644 --- a/kiauh/core/menus/update_menu.py +++ b/kiauh/core/menus/update_menu.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/core/repo_manager/repo_manager.py b/kiauh/core/repo_manager/repo_manager.py index 4754a8d..9134694 100644 --- a/kiauh/core/repo_manager/repo_manager.py +++ b/kiauh/core/repo_manager/repo_manager.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/main.py b/kiauh/main.py index e064aec..0dd1b31 100644 --- a/kiauh/main.py +++ b/kiauh/main.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/klipper/__init__.py b/kiauh/modules/klipper/__init__.py index e4d32b6..6b87989 100644 --- a/kiauh/modules/klipper/__init__.py +++ b/kiauh/modules/klipper/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/klipper/klipper.py b/kiauh/modules/klipper/klipper.py index 6a43452..a42eb53 100644 --- a/kiauh/modules/klipper/klipper.py +++ b/kiauh/modules/klipper/klipper.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/klipper/klipper_dialogs.py b/kiauh/modules/klipper/klipper_dialogs.py index d3b86bd..94e9374 100644 --- a/kiauh/modules/klipper/klipper_dialogs.py +++ b/kiauh/modules/klipper/klipper_dialogs.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/klipper/klipper_remove.py b/kiauh/modules/klipper/klipper_remove.py index a62712a..4037b49 100644 --- a/kiauh/modules/klipper/klipper_remove.py +++ b/kiauh/modules/klipper/klipper_remove.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/klipper/klipper_setup.py b/kiauh/modules/klipper/klipper_setup.py index 4e3382b..b5b4def 100644 --- a/kiauh/modules/klipper/klipper_setup.py +++ b/kiauh/modules/klipper/klipper_setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/klipper/klipper_utils.py b/kiauh/modules/klipper/klipper_utils.py index 3aae6b9..3169fd6 100644 --- a/kiauh/modules/klipper/klipper_utils.py +++ b/kiauh/modules/klipper/klipper_utils.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/klipper/menus/klipper_remove_menu.py b/kiauh/modules/klipper/menus/klipper_remove_menu.py index ed9740f..d5cd0d9 100644 --- a/kiauh/modules/klipper/menus/klipper_remove_menu.py +++ b/kiauh/modules/klipper/menus/klipper_remove_menu.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/mainsail/__init__.py b/kiauh/modules/mainsail/__init__.py index 87dc2f5..9c01f87 100644 --- a/kiauh/modules/mainsail/__init__.py +++ b/kiauh/modules/mainsail/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/mainsail/mainsail_dialogs.py b/kiauh/modules/mainsail/mainsail_dialogs.py index 0c60bbf..6c8ea69 100644 --- a/kiauh/modules/mainsail/mainsail_dialogs.py +++ b/kiauh/modules/mainsail/mainsail_dialogs.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/mainsail/mainsail_remove.py b/kiauh/modules/mainsail/mainsail_remove.py index 162e77f..7a10041 100644 --- a/kiauh/modules/mainsail/mainsail_remove.py +++ b/kiauh/modules/mainsail/mainsail_remove.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/mainsail/mainsail_setup.py b/kiauh/modules/mainsail/mainsail_setup.py index 437c19b..ee15812 100644 --- a/kiauh/modules/mainsail/mainsail_setup.py +++ b/kiauh/modules/mainsail/mainsail_setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/mainsail/mainsail_utils.py b/kiauh/modules/mainsail/mainsail_utils.py index 329dff6..1fdfa5a 100644 --- a/kiauh/modules/mainsail/mainsail_utils.py +++ b/kiauh/modules/mainsail/mainsail_utils.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/mainsail/menus/mainsail_remove_menu.py b/kiauh/modules/mainsail/menus/mainsail_remove_menu.py index 071a818..bd0abef 100644 --- a/kiauh/modules/mainsail/menus/mainsail_remove_menu.py +++ b/kiauh/modules/mainsail/menus/mainsail_remove_menu.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/moonraker/__init__.py b/kiauh/modules/moonraker/__init__.py index 9e7231e..14cdac0 100644 --- a/kiauh/modules/moonraker/__init__.py +++ b/kiauh/modules/moonraker/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/moonraker/menus/moonraker_remove_menu.py b/kiauh/modules/moonraker/menus/moonraker_remove_menu.py index c6d0a05..348b34d 100644 --- a/kiauh/modules/moonraker/menus/moonraker_remove_menu.py +++ b/kiauh/modules/moonraker/menus/moonraker_remove_menu.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/moonraker/moonraker.py b/kiauh/modules/moonraker/moonraker.py index 904c813..89f47b3 100644 --- a/kiauh/modules/moonraker/moonraker.py +++ b/kiauh/modules/moonraker/moonraker.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/moonraker/moonraker_dialogs.py b/kiauh/modules/moonraker/moonraker_dialogs.py index 6e79b49..f1576cd 100644 --- a/kiauh/modules/moonraker/moonraker_dialogs.py +++ b/kiauh/modules/moonraker/moonraker_dialogs.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/moonraker/moonraker_remove.py b/kiauh/modules/moonraker/moonraker_remove.py index ab7f22c..4ddc0c9 100644 --- a/kiauh/modules/moonraker/moonraker_remove.py +++ b/kiauh/modules/moonraker/moonraker_remove.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/modules/moonraker/moonraker_setup.py b/kiauh/modules/moonraker/moonraker_setup.py index e47b7eb..faf50ca 100644 --- a/kiauh/modules/moonraker/moonraker_setup.py +++ b/kiauh/modules/moonraker/moonraker_setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # @@ -113,6 +113,7 @@ def install_moonraker() -> None: if MAINSAIL_DIR.exists() and len(mr_im.instances) > 1: enable_mainsail_remotemode() + def check_moonraker_install_requirements() -> bool: if not (sys.version_info.major >= 3 and sys.version_info.minor >= 7): Logger.print_error("Versioncheck failed!") @@ -133,6 +134,7 @@ def check_moonraker_install_requirements() -> bool: return True + def setup_moonraker_prerequesites() -> None: cm = ConfigManager(cfg_file=KIAUH_CFG) repo = str( diff --git a/kiauh/modules/moonraker/moonraker_utils.py b/kiauh/modules/moonraker/moonraker_utils.py index c0e1e81..35fe973 100644 --- a/kiauh/modules/moonraker/moonraker_utils.py +++ b/kiauh/modules/moonraker/moonraker_utils.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/utils/__init__.py b/kiauh/utils/__init__.py index f44410e..f097b5d 100644 --- a/kiauh/utils/__init__.py +++ b/kiauh/utils/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/utils/common.py b/kiauh/utils/common.py index ee8739c..fbae241 100644 --- a/kiauh/utils/common.py +++ b/kiauh/utils/common.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/utils/constants.py b/kiauh/utils/constants.py index 647b55b..a2dd612 100644 --- a/kiauh/utils/constants.py +++ b/kiauh/utils/constants.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/utils/filesystem_utils.py b/kiauh/utils/filesystem_utils.py index 505c1f1..360461e 100644 --- a/kiauh/utils/filesystem_utils.py +++ b/kiauh/utils/filesystem_utils.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/utils/input_utils.py b/kiauh/utils/input_utils.py index 7f9f1f5..e2daf8e 100644 --- a/kiauh/utils/input_utils.py +++ b/kiauh/utils/input_utils.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/utils/logger.py b/kiauh/utils/logger.py index 8732878..fcd0c9b 100644 --- a/kiauh/utils/logger.py +++ b/kiauh/utils/logger.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh # diff --git a/kiauh/utils/system_utils.py b/kiauh/utils/system_utils.py index cb4b70b..fce0977 100644 --- a/kiauh/utils/system_utils.py +++ b/kiauh/utils/system_utils.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ======================================================================= # -# Copyright (C) 2020 - 2023 Dominik Willner # +# Copyright (C) 2020 - 2024 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/dw-0/kiauh #