From 37024296c037df3e46588bce8d90bd5617c02967 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 31 Oct 2019 15:09:05 +0100 Subject: [PATCH] solves #505 --- rowers/c2stuff.py | 1 + 1 file changed, 1 insertion(+) 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)),