From 504e93a78d59d51243acbcab6831309805d01fd1 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 3 Apr 2016 13:20:05 +0100 Subject: tinkered with some modules and fixed a few bugs, also added the skeleton for the auto_mode.py module. --- Timer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Timer.py') 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): -- cgit v1.3.1-10-gc9f91