Private
Public Access
1
0

fix intervals export

This commit is contained in:
2025-02-22 12:17:15 +01:00
parent 966992305c
commit f9619e4f23

View File

@@ -219,7 +219,7 @@ class IntervalsIntegration(SyncIntegration):
thetype = mytypes.intervalsmapping[workout.workouttype]
jsondict = {'type': thetype}
subtype = w.sub_type
subtype = workout.sub_type
if subtype:
jsondict['sub_type'] = subtype