Eren Yilmaz vor 6 Jahren
Ursprung
Commit
92409597b5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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'}