Update handler.py

add debug code to troubleshoot code
This commit is contained in:
Janis Hutz
2023-03-16 12:37:43 +00:00
committed by GitHub
parent ca85822530
commit fa7dafc411

View File

@@ -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)