aboutsummaryrefslogtreecommitdiff
path: root/Timer.py
diff options
context:
space:
mode:
Diffstat (limited to 'Timer.py')
-rw-r--r--Timer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timer.py b/Timer.py
index 24cdaaed..b5017c85 100644
--- a/Timer.py
+++ b/Timer.py
@@ -24,7 +24,7 @@ class Timer(object):
self.function(self, *self.args, **self.kwargs)
def redo(self):
- self.done = False
+ self._done = False
self.set_started_time()
def done(self):