first try

This commit is contained in:
Joachim Lusiardi 2024-05-25 13:12:23 +02:00
parent 208cb497aa
commit 24c0b4c215
1 changed files with 1 additions and 0 deletions

View File

@ -226,5 +226,6 @@ def get_pit_stops():
"regulars": vehicle.regulars,
}
user["vehicles"].append(v)
user["vehicles"].sort(key=lambda v: (v.data[-1].date, v.data[-1].odometer or 0 ))
return render_template("pitstops.html", user=user)