diff --git a/insertLoading.py b/insertLoading.py index 796a581..4b8e490 100644 --- a/insertLoading.py +++ b/insertLoading.py @@ -46,6 +46,8 @@ def updateLast(db, cursor): cursor.execute(sql) row = cursor.fetchone() + print("row:", row[0]) + if not row[0]: print("DB leer, lege neu an.")