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

+ 1 - 1
a3/router.py

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