From 2e48ec366fb4cb42f28269da9d39acccb123d19d Mon Sep 17 00:00:00 2001 From: ManuelW Date: Sat, 11 May 2024 11:19:41 +0200 Subject: [PATCH] DB config --- ebike.db | Bin 28672 -> 28672 bytes insertLoading.py | 1 + 2 files changed, 1 insertion(+) diff --git a/ebike.db b/ebike.db index ebb9384922e63343b90053de22f4de709f0b8b77..d3558e6565cc0966e143ead34c93e8a481b72842 100644 GIT binary patch delta 57 zcmZp8z}WDBae_1>+e8^>RyGE`v{xHb7Vxt%2rw}4U)(IH@SJb+M>%0eh`^uCf&riS KH~-ORaR31Oj1jK@ delta 57 zcmZp8z}WDBae_1>>qHr6R#pbRvd)bu3;5X>`7bi?U)(IH@SJb+M>%0epuisn{y&=q N13vL@{-e+0000&e6Da@y 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: