DB config

This commit is contained in:
Manuel Weiser 2024-05-11 11:19:41 +02:00
parent 0f2763acd2
commit 2e48ec366f
2 changed files with 1 additions and 0 deletions

BIN
ebike.db

Binary file not shown.

View File

@ -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: