瀏覽代碼

change host

Eren Yilmaz 6 年之前
父節點
當前提交
92409597b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'}