diff --git a/fitnessFunctions.py b/fitnessFunctions.py index 1a4bb1976..f3531e7aa 100644 --- a/fitnessFunctions.py +++ b/fitnessFunctions.py @@ -112,7 +112,7 @@ def htmlWatchPointsGraph(baseDir: str, fitness: {}, fitnessId: str, htmlStr += \ '\n' + \ ' ' + name + '\n' + \ - ' ' + str(timeMS) + 'mS\n' + \ + ' ' + str(timeMS) + '\n' + \ '\n' ctr += 1 if ctr >= maxEntries: