Skip to content

Commit 1754f47

Browse files
committed
lap end time for rbr
1 parent 9d8741d commit 1754f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

telemetry/pitcrew/session_rbr.py

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def analyze(self, telemetry, now):
6969
if distance > self.current_lap.length:
7070
self.current_lap.length = distance
7171
self.current_lap.time = lap_time
72+
self.end = now
7273

7374
self.current_lap.touch(now)
7475
# at the end of the session, lap_time stops, but distance keeps increasing

0 commit comments

Comments
 (0)