What's Up?
So, In my first python script, If a button is pressed, Then it defines a variable called var, With the content of "0" and then sends it over the net to another python script, And here's the problem.
When it comes to receiving the content of var.
var = client_socket.recv(512)
It stdout's this
sh: 0: not found
How come it does that?
See ya!