From dd120a2263a3918beb17153881d3e8e4bf36d6e1 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 14 Feb 2024 22:34:53 +0100 Subject: [PATCH] workout and boat type drama --- rowers/tasks.py | 2 ++ 1 file changed, 2 insertions(+) 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'