Private
Public Access
1
0

Merge branch 'release/v20.5.8'

This commit is contained in:
2024-02-14 22:23:40 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -3555,12 +3555,13 @@ def handle_c2_async_workout(alldata, userid, c2token, c2id, delaysec,
# rest_time = 0
distance = distance+rest_distance
c2id = data['id']
dologging('c2_import.log',data['type'])
if data['type'] in ['rower','dynamic','slides']:
workouttype = 'rower'
boattype = data['type']
else:
workouttype = data['type']
boattype = '1x'
boattype = 'static'
# verified = data['verified']
# weightclass = data['weight_class']

Binary file not shown.