summaryrefslogtreecommitdiff
path: root/tomorrowtheground.py
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-05-05 13:06:24 +0100
committerTim Redfern <tim@eclectronics.org>2012-05-05 13:06:24 +0100
commit0dfef4d8ac8b0aaf56d6d5f643ad6770e3a1ec79 (patch)
tree976919de67ca1266847d6417eede074598a167bc /tomorrowtheground.py
parent8b0146b2e2b87b3c9336fce54c1559620093768e (diff)
fixing GUI
Diffstat (limited to 'tomorrowtheground.py')
-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) )