heymenn commited on
Commit
4a27ade
·
verified ·
1 Parent(s): c604b49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from neo4j import GraphDatabase
2
 
3
  # URI examples: "neo4j://localhost", "neo4j+s://xxx.databases.neo4j.io"
4
  URI = "neo4j+s://4985272f.databases.neo4j.io"
5
- AUTH = ("neo4j", "graph_test")
6
 
7
  with GraphDatabase.driver(URI, auth=AUTH) as driver:
8
  driver.verify_connectivity()
 
2
 
3
  # URI examples: "neo4j://localhost", "neo4j+s://xxx.databases.neo4j.io"
4
  URI = "neo4j+s://4985272f.databases.neo4j.io"
5
+ AUTH = ("neo4j", "P6zQScbmyWivYeVZ84BniNjOCxu1D5Akw1IRC1SLKx8")
6
 
7
  with GraphDatabase.driver(URI, auth=AUTH) as driver:
8
  driver.verify_connectivity()