data = json.load(read_file)
port = (data["ServerConfig"][0]["Cluster"]["tnt_port"])
c = Connection("127.0.0.1",(port))
result = c.insert("box.space.ng_session:count")
print (result)
почему переменная port не работает?
Выводит
c = Connection("127.0.0.1",(port)) а не её значение
где выводит? exception бросает? проверь тип переменной - может она строка
Обсуждают сегодня