Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-10-31 15:09:05 +01:00
parent 8252e7a9b2
commit 37024296c0

View File

@@ -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)),