Private
Public Access
1
0

bug fixes TP sync

This commit is contained in:
Sander Roosendaal
2017-05-07 07:05:24 +02:00
parent 4ba34cf84e
commit e41e1e0ba8
3 changed files with 9 additions and 6 deletions

View File

@@ -423,7 +423,8 @@ def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
except KeyError:
pass
if np.isnan(totaltime):
totaltime = 0
hours = int(totaltime/3600.)
if hours>23: