Eren Yilmaz před 6 roky
rodič
revize
92409597b5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      connection.py

+ 1 - 1
connection.py

@@ -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'}