tarfeef101 преди 6 години
родител
ревизия
fe89143786
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      a3/router.py

+ 1 - 0
a3/router.py

@@ -108,6 +108,7 @@ class db:
         this.show()
         # update entries and connection to contain
         got_dest = connection.infer(this)
+        print("GOT_DEST + ", got_dest)
         # insert into graph if we have the endpoints for this edge
         if (got_dest):
             graph.insert(connection)