Browse Source

that was not enough

tarfeef101 6 years ago
parent
commit
40e8136e96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      a3/router.py

+ 1 - 1
a3/router.py

@@ -134,7 +134,7 @@ class graph:
     def show(this):
     def show(this):
         print("RIB: ")
         print("RIB: ")
         for i in range(0, 5):
         for i in range(0, 5):
-            print("R" + str(rid) + " -> R"+ str(i) + " = " + str(this.sssp[i][0] + " using node " + str(this.sssp[i][1])))
+            print("R" + str(rid) + " -> R"+ str(i) + " = " + str(this.sssp[i][0]) + " using node " + str(this.sssp[i][1]))
         
         
     def insert(this, connection):
     def insert(this, connection):
         src = connection.src
         src = connection.src