summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtomorrowtheground.py2
1 files changed, 1 insertions, 1 deletions
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) )