merge-requests/30/head
Bob Mottram 2021-10-19 22:00:53 +01:00
parent ca9ff83107
commit 8c00a42b0c
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ def htmlWatchPointsGraph(baseDir: str, fitness: {}, fitnessId: str,
averageTime = float(watchPoint.split(' ')[0])
heightPercent = int(averageTime * 100 / maxAverageTime)
print('heightPercent: ' + str(averageTime) +
' ' str(heightPercent) + '%')
' ' + str(heightPercent) + '%')
timeMS = int(averageTime)
if timeMS == 0:
break