We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8741d commit 1754f47Copy full SHA for 1754f47
telemetry/pitcrew/session_rbr.py
@@ -69,6 +69,7 @@ def analyze(self, telemetry, now):
69
if distance > self.current_lap.length:
70
self.current_lap.length = distance
71
self.current_lap.time = lap_time
72
+ self.end = now
73
74
self.current_lap.touch(now)
75
# at the end of the session, lap_time stops, but distance keeps increasing
0 commit comments