DB config
This commit is contained in:
parent
9622b90685
commit
09873af15a
@ -61,6 +61,8 @@ def updateLast(cursor):
|
||||
avg_speed = 0
|
||||
fahrten = 0
|
||||
|
||||
print("Anzahl:", len(rows))
|
||||
|
||||
for row in rows:
|
||||
fahrten += 1
|
||||
total_range += row[0]
|
||||
|
Loading…
Reference in New Issue
Block a user