diff --git a/rowers/c2stuff.py b/rowers/c2stuff.py index 82f199f8..4600d201 100644 --- a/rowers/c2stuff.py +++ b/rowers/c2stuff.py @@ -568,6 +568,7 @@ def createc2workoutdata(w): data = { "type": mytypes.c2mapping[workouttype], "date": w.startdatetime.isoformat(), + "stroke_count": int(row.stroke_count), "timezone": w.timezone, "distance": int(w.distance), "time": int(10*makeseconds(durationstr)),