소스 검색

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