Improve search & parsing algorithm, easier to source venv files
This commit is contained in:
2
run.py
2
run.py
@@ -139,6 +139,8 @@ def start_server_socket():
|
||||
|
||||
# TODO Helper for converting Python Dictionaries to JSON
|
||||
# make function: pythonData --> { { "type": "...", "call": "...", "data": pythonData } }
|
||||
|
||||
# to send: to_server_queue.put(("*", "JSON STRING HERE")) # replace * with UUID of client to send to one specific location
|
||||
|
||||
case "cable_details":
|
||||
fprint("cable_details message")
|
||||
|
||||
Reference in New Issue
Block a user