diff --git a/rowers/tasks.py b/rowers/tasks.py index dcadffbc..dac27df8 100644 --- a/rowers/tasks.py +++ b/rowers/tasks.py @@ -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'