workout and boat type drama
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user