We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a88789 commit 4f64920Copy full SHA for 4f64920
1 file changed
examples/simple_2way.py
@@ -65,5 +65,6 @@ def random_values(client):
65
client.send_message("/1/xy1", [random.random(), random.random()])
66
time.sleep(.5)
67
68
+
69
start_server(args.serverip, args.serverport)
70
start_client(args.clientip, args.clientport)
0 commit comments