Private
Public Access
1
0

improved callout on trend flex

This commit is contained in:
Sander Roosendaal
2017-08-04 10:25:49 +02:00
parent d7a1cef4e8
commit e673255f43
3 changed files with 19 additions and 0 deletions

View File

@@ -403,6 +403,15 @@ def timedeltaconv(x):
return dt
def paceformatsecs(values):
out = []
for v in values:
td = timedeltaconv(v)
formattedv = strfdelta(td)
out.append(formattedv)
return out
# Processes painsled CSV file to database
def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
dosummary=True,title='Workout',