fix
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user