Explorar el Código

i am just being lazy now...

tarfeef101 hace 6 años
padre
commit
e556689de7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      a3/router.py

+ 1 - 1
a3/router.py

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