aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-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 78f60f4f..75e5e894 100644
--- a/lib/python/Screens/Satconfig.py
+++ b/lib/python/Screens/Satconfig.py
@@ -14,7 +14,7 @@ class setupSelection:
self.parent.value = self.parent.value + 1
def __call__(self, selected): #needed by configlist
- print "value" + self.parent.value
+ print "value" + str(self.parent.value)
return ("text", self.parent.vals[self.parent.value])
class setupElement: