From 1fb69353fee958b2d55777fa0f96e5c31bd21816 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sun, 2 Mar 2025 14:03:00 +0100 Subject: [PATCH] small fix - adding name --- rowers/tasks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rowers/tasks.py b/rowers/tasks.py index e840d397..265f3fd9 100644 --- a/rowers/tasks.py +++ b/rowers/tasks.py @@ -3608,6 +3608,8 @@ def handle_intervals_updateworkout(workout, debug=False, **kwargs): else: jsondict['sub_type'] = "NONE" + jsondict['name'] = workout.name + if workout.rpe is not None and workout.rpe > 0: jsondict['icu_rpe'] = workout.rpe jsondict['commute'] = workout.is_commute