X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fb6837ec4df004b6a4bbf6f695dd17bed53e2f4c..dec9693d8437a31dab8e4010b33b57e1476a315c:/mytest.py diff --git a/mytest.py b/mytest.py index d34924be..7a8d7b70 100755 --- a/mytest.py +++ b/mytest.py @@ -60,7 +60,7 @@ config.misc.epgcache_filename = ConfigText(default = "/hdd/epg.dat") def setEPGCachePath(configElement): eEPGCache.getInstance().setCacheFile(configElement.value) -config.misc.epgcache_filename.addNotifier(setEPGCachePath) + #demo code for use of standby enter leave callbacks #def leaveStandby(): @@ -478,6 +478,8 @@ def runScreenTest(): else: session.open(screen, *args) + config.misc.epgcache_filename.addNotifier(setEPGCachePath) + runNextScreen(session, screensToRun) profile("Init:VolumeControl")