changes
This commit is contained in:
@@ -574,7 +574,7 @@ def createc2workoutdata(w):
|
|||||||
"time": int(10*makeseconds(durationstr)),
|
"time": int(10*makeseconds(durationstr)),
|
||||||
"weight_class": c2wc(w.weightcategory),
|
"weight_class": c2wc(w.weightcategory),
|
||||||
"comments": w.notes,
|
"comments": w.notes,
|
||||||
"stroke_count": int(row.df.stroke_count),
|
"stroke_count": int(row.stroke_count),
|
||||||
'stroke_rate': int(row.df[' Cadence (stokes/min)'].mean()),
|
'stroke_rate': int(row.df[' Cadence (stokes/min)'].mean()),
|
||||||
'drag_factor': int(row.dragfactor),
|
'drag_factor': int(row.dragfactor),
|
||||||
"heart_rate": {
|
"heart_rate": {
|
||||||
|
|||||||
Reference in New Issue
Block a user