Private
Public Access
1
0

Merge branch 'release/v20.5.10'

This commit is contained in:
2024-02-14 22:35:20 +01:00
+2
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'