Skip to content

Commit

Permalink
Update full-text search
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasonjo committed Nov 9, 2019
1 parent 12727f2 commit e9241b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Explore_full_text_search/Explore-full-text-search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"from neo4j.v1 import GraphDatabase\n",
"driver = GraphDatabase.driver('bolt://localhost:7687',auth=('neo4j', 'burek123'))"
"driver = GraphDatabase.driver('bolt://localhost:7687',auth=('neo4j', 'password'))"
]
},
{
Expand Down

0 comments on commit e9241b4

Please sign in to comment.