diff --git a/ebike.db b/ebike.db index ebb9384..d3558e6 100644 Binary files a/ebike.db and b/ebike.db differ diff --git a/insertLoading.py b/insertLoading.py index b31cbcc..a4ea507 100644 --- a/insertLoading.py +++ b/insertLoading.py @@ -63,6 +63,7 @@ def updateLast(db, cursor): print("Anzahl:", len(rows)) if len(rows) < 1: + insertNew(db, cursor) print("Keine neuen Daten vorhanden, beende jetzt.") cursor.close() if db: