Rename validation functions

This commit is contained in:
Peter Stockings
2022-11-19 16:04:04 +11:00
parent 21750f3562
commit c5029e8183
4 changed files with 11 additions and 11 deletions

View File

@@ -98,7 +98,7 @@ def get_stats_from_topsets(topsets):
stats = [{"Text": "Total Workouts", "Value": workout_count}]
if people_count > 1:
stats.append({"Text": "Number of People", "Value": people_count})
stats.append({"Text": "People tracked", "Value": people_count})
if workout_count > 0:
first_workout_date = min(workout_start_dates)
last_workout_date = max(workout_start_dates)