X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=tests%2Fenigma.py;h=2bf2a59f9717d0f6972104b5cf0caa199351b3e1;hp=bf232628ed07496df54e182a373ea90694485736;hb=6f73e6abddf4170357c490966d0e1c622eb376f5;hpb=84781c10a768b91a02151b202c76b52b1c5789c2 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()