Skip to content

Commit

Permalink
Update finalGUI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HaotianWang86 authored May 12, 2019
1 parent 6e8fc46 commit 38ffec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions finalGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

def connectneo4j_graph():
######### local host/user/password depend on your neo4j server ########################change here
graph = Graph("http://localhost:7474", user="neo4j", password="19960229")
graph = Graph("http://localhost:7474", user="neo4j", password="neo4j")
return graph

def format_response():
Expand Down Expand Up @@ -502,4 +502,4 @@ def isomorphism_subgraph_matching_nodes():
matchinglabel = tk.Label(matchinganswer_frame)
matchinglabel.place(relwidth=1, relheight=1)

root.mainloop()
root.mainloop()

0 comments on commit 38ffec0

Please sign in to comment.