Browse Source

change host

Eren Yilmaz 6 năm trước cách đây
mục cha
commit
92409597b5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'}