summaryrefslogtreecommitdiff
path: root/app/routes/workout.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/routes/workout.py')
-rw-r--r--app/routes/workout.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/routes/workout.py b/app/routes/workout.py
index 9b46694..1d46aed 100644
--- a/app/routes/workout.py
+++ b/app/routes/workout.py
@@ -120,6 +120,7 @@ def workout_record():
for se in ee.sets.entries:
lbs = se.data["lbs"]
units = se.data["units"]
+ print(id, lbs, units)
if lbs and units:
# Add the set to the workout record