removing HR<30
This commit is contained in:
@@ -4855,7 +4855,7 @@ def history_view_data(request,userid=0):
|
||||
except KeyError:
|
||||
pass
|
||||
df = dataprep.clean_df_stats(df,workstrokesonly=True,
|
||||
ignoreadvanced=True)
|
||||
ignoreadvanced=True,ignorehr=False)
|
||||
|
||||
totalmeters,totalhours, totalminutes,totalseconds = get_totals(g_workouts)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user