Update handler.py
add debug code to troubleshoot code
This commit is contained in:
@@ -220,6 +220,7 @@ class Handler:
|
|||||||
else:
|
else:
|
||||||
print("OS CURRENTLY UNSUPPORTED!")
|
print("OS CURRENTLY UNSUPPORTED!")
|
||||||
return False
|
return False
|
||||||
|
print(self.command_us)
|
||||||
os.system(self.command_us)
|
os.system(self.command_us)
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user