Explorar el Código

i know arrays, too!

tarfeef101 hace 6 años
padre
commit
e8f96d0fc5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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