@@ -5,7 +5,7 @@ import requests
from util import debug
port = 8451
-host = 'http://127.0.0.1:' + str(port)
+host = 'http://koljastrohm-games.com:' + str(port)
json_headers = {'Content-type': 'application/json'}