heymenn commited on
Commit
ac7c095
1 Parent(s): 4a27ade

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,4 +5,5 @@ 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()
 
 
5
  AUTH = ("neo4j", "P6zQScbmyWivYeVZ84BniNjOCxu1D5Akw1IRC1SLKx8")
6
 
7
  with GraphDatabase.driver(URI, auth=AUTH) as driver:
8
+ driver.verify_connectivity()
9
+ print("all gut")