Private
Public Access
1
0

workout and boat type drama

This commit is contained in:
2024-02-14 22:34:53 +01:00
parent a9368dc53d
commit dd120a2263

View File

@@ -3559,6 +3559,8 @@ def handle_c2_async_workout(alldata, userid, c2token, c2id, delaysec,
if data['type'] in ['rower','dynamic','slides']:
workouttype = 'rower'
boattype = data['type']
if data['type'] == 'rower':
boattype = 'static'
else:
workouttype = data['type']
boattype = 'static'