From f034ff9a61ecd0c2b2f4718642e93b0a1c5d0b68 Mon Sep 17 00:00:00 2001 From: ManuelW Date: Sat, 11 May 2024 11:39:21 +0200 Subject: [PATCH] DB config --- insertLoading.py | 2 ++ 1 file changed, 2 insertions(+) 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.")