DB config

This commit is contained in:
Manuel Weiser 2024-05-11 09:54:50 +02:00
parent 9622b90685
commit 09873af15a

View File

@ -61,6 +61,8 @@ def updateLast(cursor):
avg_speed = 0 avg_speed = 0
fahrten = 0 fahrten = 0
print("Anzahl:", len(rows))
for row in rows: for row in rows:
fahrten += 1 fahrten += 1
total_range += row[0] total_range += row[0]