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']:
|
if data['type'] in ['rower','dynamic','slides']:
|
||||||
workouttype = 'rower'
|
workouttype = 'rower'
|
||||||
boattype = data['type']
|
boattype = data['type']
|
||||||
|
if data['type'] == 'rower':
|
||||||
|
boattype = 'static'
|
||||||
else:
|
else:
|
||||||
workouttype = data['type']
|
workouttype = data['type']
|
||||||
boattype = 'static'
|
boattype = 'static'
|
||||||
|
|||||||
Reference in New Issue
Block a user