tarfeef101 пре 6 година
родитељ
комит
e8f96d0fc5
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      a3/router.py

+ 2 - 1
a3/router.py

@@ -90,7 +90,8 @@ class db:
         
     def show(this):
         for i in this.entries:
-            i.show()
+            for j in i:
+                i.show()
         
     def insert(this, connection):
         src = connection.src