diff --git a/rowers/tasks.py b/rowers/tasks.py index 012b83e0..6293b567 100644 --- a/rowers/tasks.py +++ b/rowers/tasks.py @@ -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'] diff --git a/rowers/tests/testdata/testdata.tcx.gz b/rowers/tests/testdata/testdata.tcx.gz index 2776bc26..0c2f2608 100644 Binary files a/rowers/tests/testdata/testdata.tcx.gz and b/rowers/tests/testdata/testdata.tcx.gz differ