X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2b76c5fd83d27c2485609413f4392eb35af10912..40f102b5f749e9d66236f0a1dafcbd403f10b013:/mytest.py diff --git a/mytest.py b/mytest.py index 8b3ad497..5f574ad8 100644 --- a/mytest.py +++ b/mytest.py @@ -415,6 +415,8 @@ def runScreenTest(): screensToRun.append(Screens.InfoBar.InfoBar) + ePythonConfigQuery.setQueryFunc(configfile.getResolvedKey) + def runNextScreen(session, screensToRun, *result): if result: quitMainloop(*result)