diff --git a/insertLoading.py b/insertLoading.py index 5bf1049..82934fe 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()