Fix randomization, added 2 workouts

This commit is contained in:
2026-02-12 20:34:25 -06:00
parent b4ff9710a8
commit c32bb377c6
3 changed files with 7 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ WORKOUTS = {
"Lunges": env_int("LUNGES"),
"Russian Twists": env_int("RUSSIAN_TWISTS"),
"Wall Pushups": env_int("WALL_PUSHUPS"),
"Bird Dog": env_int("BIRD_DOG"),
"Hip Thrusts": env_int("HIP_THRUSTS"),
}
WORKOUT_CALORIES = {
@@ -38,6 +40,8 @@ WORKOUT_CALORIES = {
"Lunges": 0.2,
"Russian Twists": 0.2,
"Wall Pushups": 0.1,
"Bird Dog": 0.1,
"Hip Thrusts": 0.5,
}
ENABLED_WORKOUTS = {