diff --git a/insertLoading.py b/insertLoading.py index 1c0bdea..980b413 100644 --- a/insertLoading.py +++ b/insertLoading.py @@ -46,8 +46,7 @@ def updateLast(db, cursor): cursor.execute(sql) row = cursor.fetchone() - print("row:", row) - if row[0] < 1: + if not row[0]: insertNew(db, cursor) else: