From 3f0f8e69b007f73e332a13b24d4c133d5fae0977 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 31 Oct 2019 15:19:30 +0100 Subject: [PATCH] changes --- rowers/c2stuff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/c2stuff.py b/rowers/c2stuff.py index 319a164f..3bb8949b 100644 --- a/rowers/c2stuff.py +++ b/rowers/c2stuff.py @@ -574,7 +574,7 @@ def createc2workoutdata(w): "time": int(10*makeseconds(durationstr)), "weight_class": c2wc(w.weightcategory), "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()), 'drag_factor': int(row.dragfactor), "heart_rate": {