update lithuanian translation
[enigma2.git] / tests / enigma.py
index bf232628ed07496df54e182a373ea90694485736..2bf2a59f9717d0f6972104b5cf0caa199351b3e1 100644 (file)
@@ -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()