summaryrefslogtreecommitdiff
path: root/wasp
diff options
context:
space:
mode:
Diffstat (limited to 'wasp')
-rw-r--r--wasp/apps/steps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/apps/steps.py b/wasp/apps/steps.py
index 451edd2..021db38 100644
--- a/wasp/apps/steps.py
+++ b/wasp/apps/steps.py
@@ -168,7 +168,7 @@ class StepCounterApp():
# TODO: the x < 2 conceals BUGZ
continue
total += d
- d = d // 3
+ d = d // 4
if d > 200:
draw.fill(0xffff, x, 239-200, 1, 200)
else: