diff --git a/insertLoading.py b/insertLoading.py index 8d7f297..9bc0e88 100644 --- a/insertLoading.py +++ b/insertLoading.py @@ -47,7 +47,7 @@ def updateLast(db, cursor): row = cursor.fetchone() if not row: - insertNew(db, cursor) + print("DB leer, lege neu an.") else: ins_id = row[0]