@@ -112,7 +112,9 @@ class db:
# insert into graph if we have the endpoints for this edge
if (got_dest):
graph.insert(connection)
+ print("DONE INSERT")
graph.rebuild()
+ print("DONE REBUILD")
graph.show()
# notify neighbours
notify(connection)