Remove extraneous pass

This commit is contained in:
Cole Deck 2024-03-27 20:41:07 -05:00
parent 4dd6f7649a
commit 5edd7f4592

1
run.py
View File

@ -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",))