Merge branch 'release/v20.5.8'
This commit is contained in:
@@ -3555,12 +3555,13 @@ def handle_c2_async_workout(alldata, userid, c2token, c2id, delaysec,
|
|||||||
# rest_time = 0
|
# rest_time = 0
|
||||||
distance = distance+rest_distance
|
distance = distance+rest_distance
|
||||||
c2id = data['id']
|
c2id = data['id']
|
||||||
|
dologging('c2_import.log',data['type'])
|
||||||
if data['type'] in ['rower','dynamic','slides']:
|
if data['type'] in ['rower','dynamic','slides']:
|
||||||
workouttype = 'rower'
|
workouttype = 'rower'
|
||||||
boattype = data['type']
|
boattype = data['type']
|
||||||
else:
|
else:
|
||||||
workouttype = data['type']
|
workouttype = data['type']
|
||||||
boattype = '1x'
|
boattype = 'static'
|
||||||
# verified = data['verified']
|
# verified = data['verified']
|
||||||
|
|
||||||
# weightclass = data['weight_class']
|
# weightclass = data['weight_class']
|
||||||
|
|||||||
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
Binary file not shown.
Reference in New Issue
Block a user