Private
Public Access
1
0

fix obscure bug

This commit is contained in:
Sander Roosendaal
2020-10-26 20:53:52 +01:00
parent bbd41408da
commit b8cd01c1af
4 changed files with 1472 additions and 16 deletions

View File

@@ -1052,7 +1052,7 @@ def setcp(workout,background=False):
job = myqueue(queuelow,handle_setcp,strokesdf,filename,workout.id)
return job.id
if not strokesdf.empty:
totaltime = strokesdf['time'].max()