Compare commits

..

No commits in common. "69f077a0f5fc888109b0177dd3732e8b11e73930" and "208cb497aac6490bf2ceb2d87ab80a89859b23a7" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -226,6 +226,5 @@ 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 ), reverse=True)
return render_template("pitstops.html", user=user)