Revert changes made to graph_visual_with_neo4j.py
This commit is contained in:
parent
ff1927d362
commit
0d6bd3bac2
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ BATCH_SIZE_EDGES = 100
|
|||
# Neo4j connection credentials
|
||||
NEO4J_URI = "bolt://localhost:7687"
|
||||
NEO4J_USERNAME = "neo4j"
|
||||
NEO4J_PASSWORD = "david123"
|
||||
NEO4J_PASSWORD = "your_password"
|
||||
|
||||
|
||||
def xml_to_json(xml_file):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue