fight_detection
fight_detection copied to clipboard
What is the format of msg data?
msg = socket.recv()
msg = msg.decode("utf-8")
recv_ = load_X(msg)

What is the format of msg data?