diff options
| author | 2016-04-03 13:20:05 +0100 | |
|---|---|---|
| committer | 2016-04-03 13:20:05 +0100 | |
| commit | 504e93a78d59d51243acbcab6831309805d01fd1 (patch) | |
| tree | f5687e4611875e3b4b5e5370492bf7df86e77703 /Timer.py | |
| parent | added 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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |
