Remove extraneous pass
This commit is contained in:
1
run.py
1
run.py
@@ -216,7 +216,6 @@ def start_server_socket(cable_list):
|
|||||||
if call == "send":
|
if call == "send":
|
||||||
pass
|
pass
|
||||||
elif call == "request":
|
elif call == "request":
|
||||||
pass
|
|
||||||
if data["enabled"] == True:
|
if data["enabled"] == True:
|
||||||
# todo : send this to client
|
# todo : send this to client
|
||||||
p = Process(target=run_cmd, args=("./keyboard-up.ps1",))
|
p = Process(target=run_cmd, args=("./keyboard-up.ps1",))
|
||||||
|
Reference in New Issue
Block a user