Private
Public Access
1
0

hotfix fit functionality, strava timeout, team invite

This commit is contained in:
Sander Roosendaal
2017-02-19 09:29:00 +01:00
parent d4daa8c924
commit 35e853aea1
4 changed files with 13 additions and 5 deletions

View File

@@ -229,6 +229,7 @@ def timedeltaconv(x):
def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
dosummary=True,title='Workout',
notes='',totaldist=0,totaltime=0,
summary='',
makeprivate=False):
message = None
powerperc = 100*np.array([r.pw_ut2,
@@ -481,6 +482,7 @@ def new_workout_from_file(r,f2,
workouttype=workouttype,
makeprivate=makeprivate,
dosummary=dosummary,
summary=summary,
title=title)
return (id,message,f2)