Commit 58036392 by 赵宇

fix

parent 2633f8b1
......@@ -3,7 +3,7 @@ from py2neo import Graph
def conn_neo4j():
# graph = Graph("http://localhost:7474", username="neo4j", password="123456")
graph = Graph("http://192.168.31.154:7474", username="neo4j", password="123456")
graph = Graph("http://localhost:7476", username="neo4j", password="neo4j")
return graph
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment