DB config
This commit is contained in:
@@ -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]
|
||||||
|
Reference in New Issue
Block a user