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