heymenn commited on
Commit
4831787
·
verified ·
1 Parent(s): 6d83589

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from neo4j import GraphDatabase
13
 
14
  # URI examples: "neo4j://localhost", "neo4j+s://xxx.databases.neo4j.io"
15
  URI = "neo4j+s://4985272f.databases.neo4j.io"
16
- AUTH = ("neo4j", "graph_test")
17
 
18
  with GraphDatabase.driver(URI, auth=AUTH) as driver:
19
  driver.verify_connectivity()
 
13
 
14
  # URI examples: "neo4j://localhost", "neo4j+s://xxx.databases.neo4j.io"
15
  URI = "neo4j+s://4985272f.databases.neo4j.io"
16
+ AUTH = ("neo4j", "P6zQScbmyWivYeVZ84BniNjOCxu1D5Akw1IRC1SLKx8")
17
 
18
  with GraphDatabase.driver(URI, auth=AUTH) as driver:
19
  driver.verify_connectivity()