summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/enigma.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/enigma.py b/tests/enigma.py
index bf23262..2bf2a59 100644
--- a/tests/enigma.py
+++ b/tests/enigma.py
@@ -75,7 +75,7 @@ def stop():
def run(duration = 1000):
stoptimer = eTimer()
stoptimer.start(duration * 1000.0)
- stoptimer.timeout.get().append(stop)
+ stoptimer.callback.append(stop)
while not stopped:
runIteration()