Browse Source

i know OOP

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