From 0d6bd3bac2c9f0e5befe955628838e975610b6f2 Mon Sep 17 00:00:00 2001 From: DavIvek Date: Thu, 26 Jun 2025 16:18:25 +0200 Subject: [PATCH] Revert changes made to graph_visual_with_neo4j.py --- examples/graph_visual_with_neo4j.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graph_visual_with_neo4j.py b/examples/graph_visual_with_neo4j.py index e06c248c..1cd2e7a3 100644 --- a/examples/graph_visual_with_neo4j.py +++ b/examples/graph_visual_with_neo4j.py @@ -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):