From 4c8c344d21417855f0b02844948eaa60cbbcc834 Mon Sep 17 00:00:00 2001 From: ManuelW Date: Sat, 11 May 2024 11:27:05 +0200 Subject: [PATCH] DB config --- insertLoading.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insertLoading.py b/insertLoading.py index b33e1ee..1c0bdea 100644 --- a/insertLoading.py +++ b/insertLoading.py @@ -46,7 +46,7 @@ def updateLast(db, cursor): cursor.execute(sql) row = cursor.fetchone() - print("row:", len(row)) + print("row:", row) if row[0] < 1: insertNew(db, cursor)