Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readers.py
diff options
context:
space:
mode:
Diffstat (limited to 'readers.py')
-rw-r--r--readers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/readers.py b/readers.py
index 2b0f269..9674125 100644
--- a/readers.py
+++ b/readers.py
@@ -44,7 +44,7 @@ class StopWatch():
for i in self.data[-1][num]:
marks_count += 1
- chart_data.append((str(marks_count), i))
+ chart_data.append((str(marks_count), round(i, 2)))
return chart_data