Browse Source

change host

Eren Yilmaz 6 years ago
parent
commit
92409597b5
1 changed files with 1 additions and 1 deletions
  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'}