From 6351ca848c7c1cfb63190ecc27b140ef85dfbd86 Mon Sep 17 00:00:00 2001 From: ManuelW Date: Sat, 11 May 2024 11:36:10 +0200 Subject: [PATCH] DB config --- insertLoading.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]