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)