diff --git a/insertLoading.py b/insertLoading.py index 816c61b..5bf1049 100644 --- a/insertLoading.py +++ b/insertLoading.py @@ -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]