diff --git a/insertLoading.py b/insertLoading.py index 82934fe..a2faa04 100644 --- a/insertLoading.py +++ b/insertLoading.py @@ -51,7 +51,7 @@ def updateLast(cursor): ## hole alle Fahrten nach letzter Ladung sql = ''' - SELECT d_total_distance, d_total_ascent, d_avg_speed FROM bike_drives WHERE d_date >= row[1]; + SELECT d_total_distance, d_total_ascent, d_avg_speed FROM bike_drives WHERE d_date >= ?, (row[1]); ''' cursor.execute(sql) rows = cursor.fetchall()