@@ -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