Private
Public Access
1
0

fixed sporttracks and ua exports

This commit is contained in:
Sander Roosendaal
2019-03-07 19:31:19 +01:00
parent e01c03d091
commit 0dd3e9542e
4 changed files with 25 additions and 12 deletions

View File

@@ -176,8 +176,9 @@ def createsporttracksworkoutdata(w):
hr = hr.tolist()
d = d.tolist()
spm = spm.tolist()
lat = lat.tolist()
lon = lon.tolist()
if haslatlon:
lat = lat.tolist()
lon = lon.tolist()
power = power.tolist()
for i in range(len(t)):