diff --git a/insertLoading.py b/insertLoading.py index 4c4b722..b33e1ee 100644 --- a/insertLoading.py +++ b/insertLoading.py @@ -46,7 +46,7 @@ def updateLast(db, cursor): cursor.execute(sql) row = cursor.fetchone() - print("row:", row[0]) + print("row:", len(row)) if row[0] < 1: insertNew(db, cursor)