Remove extraneous pass
This commit is contained in:
parent
4dd6f7649a
commit
5edd7f4592
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",))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user