diff options
| author | stilbruch <stilbruch@protonail.com> | 2022-05-04 19:09:29 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonail.com> | 2022-05-04 19:09:29 -0500 |
| commit | ac0463db9a00b8d5fcd570d18e86c9ba62851365 (patch) | |
| tree | 9c71cf6ad0c9c6a11b01779a76bc864f5741e575 /app/routes/workout.py | |
| parent | 6a92fe73a176164197706965c82ea98b08bbc2bd (diff) | |
| download | Strengthy-ac0463db9a00b8d5fcd570d18e86c9ba62851365.tar.xz Strengthy-ac0463db9a00b8d5fcd570d18e86c9ba62851365.zip | |
Progress on progress api endpoint
Diffstat (limited to 'app/routes/workout.py')
| -rw-r--r-- | app/routes/workout.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/routes/workout.py b/app/routes/workout.py index 5eb18d9..8f58aa3 100644 --- a/app/routes/workout.py +++ b/app/routes/workout.py @@ -131,6 +131,7 @@ def workout_record(workout_id=None): return redirect(url_for("home")) else: + print(form.errors) # Populate form with data for exercise in workout.exercises: form.exercises.append_entry( |
