From fa7dafc411806d4aa431377553e7ab69fb040767 Mon Sep 17 00:00:00 2001 From: Janis Hutz <98422316+simplePCBuilding@users.noreply.github.com> Date: Thu, 16 Mar 2023 12:37:43 +0000 Subject: [PATCH] Update handler.py add debug code to troubleshoot code --- bin/handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/handler.py b/bin/handler.py index 61ac2be..d22262a 100644 --- a/bin/handler.py +++ b/bin/handler.py @@ -220,6 +220,7 @@ class Handler: else: print("OS CURRENTLY UNSUPPORTED!") return False + print(self.command_us) os.system(self.command_us) time.sleep(3)