aboutsummaryrefslogtreecommitdiff
path: root/Timer.py
diff options
context:
space:
mode:
authorGravatar jesopo2016-04-03 13:20:05 +0100
committerGravatar jesopo2016-04-03 13:20:05 +0100
commit504e93a78d59d51243acbcab6831309805d01fd1 (patch)
treef5687e4611875e3b4b5e5370492bf7df86e77703 /Timer.py
parentadded code to prevent newlines being where they shouldn't be in outgoing lines. (diff)
tinkered with some modules and fixed a few bugs, also added the skeleton for the auto_mode.py module.
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):