mise a jour
這個提交存在於:
父節點
0e5a13ecad
當前提交
943fcddb4b
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
|
|
@ -145,7 +145,7 @@ def configurations_giver(my_ip):
|
||||||
return jsonify(configs)
|
return jsonify(configs)
|
||||||
|
|
||||||
@app.route("/getmyconfig/")
|
@app.route("/getmyconfig/")
|
||||||
def configurations_giver_to_dc(my_ip):
|
def configurations_giver_to_dc():
|
||||||
configs = {"local_ip":"127.0.0.1", "verdict":"yes"}
|
configs = {"local_ip":"127.0.0.1", "verdict":"yes"}
|
||||||
configs["local_port"] = 8181
|
configs["local_port"] = 8181
|
||||||
configs["local_name"] = "gwi2"
|
configs["local_name"] = "gwi2"
|
||||||
|
|
|
||||||
載入中…
新增問題並參考