Browse Source

i am just being lazy now...

tarfeef101 6 năm trước cách đây
mục cha
commit
e556689de7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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