Private
Public Access
1
0

Merge branch 'release/v14.63'

This commit is contained in:
Sander Roosendaal
2020-11-25 11:16:41 +01:00

View File

@@ -1561,7 +1561,7 @@ def fitnessfit_chart(workouts,user,workoutmode='water',startdate=None,
df['workoutdate'] = w.date.strftime('%d-%m-%Y') df['workoutdate'] = w.date.strftime('%d-%m-%Y')
data.append(df) data.append(df)
except: except:
strokesdf = getsmallrowdata_db(['power','workoutid','time'],ids=[w.id]) strokesdf = dataprep.getsmallrowdata_db(['power','workoutid','time'],ids=[w.id])
res = myqueue(queuelow, res = myqueue(queuelow,
handle_setcp, handle_setcp,
strokesdf, strokesdf,