瀏覽代碼

i know OOP

tarfeef101 6 年之前
父節點
當前提交
10b3073892
共有 1 個文件被更改,包括 1 次插入1 次删除
  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