aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens')
-rw-r--r--lib/python/Screens/Satconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py
index a6d84489..9f22013d 100644
--- a/lib/python/Screens/Satconfig.py
+++ b/lib/python/Screens/Satconfig.py
@@ -139,7 +139,7 @@ class NimSetup(Screen, ConfigListScreen):
def run(self):
if self.have_advanced and self.nim.config_mode == "advanced":
self.fillAdvancedList()
- for x in self["config"].list:
+ for x in self.list:
if x in [self.turnFastEpochBegin, self.turnFastEpochEnd]:
# workaround for storing only hour*3600+min*60 value in configfile
# not really needed.. just for cosmetics..