diff --git a/run.py b/run.py index 3658360..be09c92 100755 --- a/run.py +++ b/run.py @@ -216,7 +216,6 @@ def start_server_socket(cable_list): if call == "send": pass elif call == "request": - pass if data["enabled"] == True: # todo : send this to client p = Process(target=run_cmd, args=("./keyboard-up.ps1",))