From 0dfef4d8ac8b0aaf56d6d5f643ad6770e3a1ec79 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 5 May 2012 13:06:24 +0100 Subject: fixing GUI --- tomorrowtheground.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tomorrowtheground.py') diff --git a/tomorrowtheground.py b/tomorrowtheground.py index 841f7ab..a3d47bc 100755 --- a/tomorrowtheground.py +++ b/tomorrowtheground.py @@ -65,7 +65,7 @@ except: import socket -GUI_IP="127.0.0.1" +GUI_IP="0.0.0.0" GUI_PORT=5400 insock = socket.socket( socket.AF_INET, socket.SOCK_DGRAM ) insock.bind( (GUI_IP,GUI_PORT) ) -- cgit v1.2.3