small fix - adding name
This commit is contained in:
@@ -3608,6 +3608,8 @@ def handle_intervals_updateworkout(workout, debug=False, **kwargs):
|
|||||||
else:
|
else:
|
||||||
jsondict['sub_type'] = "NONE"
|
jsondict['sub_type'] = "NONE"
|
||||||
|
|
||||||
|
jsondict['name'] = workout.name
|
||||||
|
|
||||||
if workout.rpe is not None and workout.rpe > 0:
|
if workout.rpe is not None and workout.rpe > 0:
|
||||||
jsondict['icu_rpe'] = workout.rpe
|
jsondict['icu_rpe'] = workout.rpe
|
||||||
jsondict['commute'] = workout.is_commute
|
jsondict['commute'] = workout.is_commute
|
||||||
|
|||||||
Reference in New Issue
Block a user