cursor.fetchone()
geeft je het resultaat direct..dus het is niet nodig om het nulste element te nemen..wat je wilt wordt je direct gegeven als je zegt:
row = cur1.fetchone()
cursor.fetchone()
geeft je het resultaat direct..dus het is niet nodig om het nulste element te nemen..wat je wilt wordt je direct gegeven als je zegt:
row = cur1.fetchone()