tracinginsights commited on
Commit
bf2c35f
1 Parent(s): aa2a5e0

Update pages/Long_Run_Race_Pace.py

Browse files
Files changed (1) hide show
  1. pages/Long_Run_Race_Pace.py +1 -1
pages/Long_Run_Race_Pace.py CHANGED
@@ -25,7 +25,7 @@ DRIVERS_SELECTED = st.multiselect(
25
  drivers,
26
  )
27
 
28
- laps_df = laps_df.loc[~laps_df.Driver.isin(REMOVED_DRIVERS)]
29
 
30
 
31
 
 
25
  drivers,
26
  )
27
 
28
+ laps_df = laps_df.loc[~laps_df.Driver.isin(DRIVERS_SELECTED)]
29
 
30
 
31