It's currently not used at all in client.py, but the code in function get_local_ip() socket.gethostbyname(socket.gethostname()) gives me 127.0.1.1 on my machine, not my wlan ip address.
It's currently not used at all in client.py, but the code in function get_local_ip()
socket.gethostbyname(socket.gethostname())
gives me 127.0.1.1 on my machine, not my wlan ip address.