diff --git a/wasp/apps/steps.py b/wasp/apps/steps.py index ed83b43..321a0c1 100644 --- a/wasp/apps/steps.py +++ b/wasp/apps/steps.py @@ -51,7 +51,7 @@ class StepCounterApp(): Cancelling the alarm has two effects. Firstly it ensures the step count won't change whilst we are watching it and, secondly it ensures that if the time of day has been set to a value in - the past the we reconfigure the alarm. + the past that we reconfigure the alarm. This does in the side effect that if the application of open at midnight then the reset doesn't happen for that day.