aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/AVSwitch.py12
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/python/Components/AVSwitch.py b/lib/python/Components/AVSwitch.py
index 7407ae72..df2020d3 100644
--- a/lib/python/Components/AVSwitch.py
+++ b/lib/python/Components/AVSwitch.py
@@ -5,20 +5,16 @@ class AVSwitch:
pass
def setColorFormat(self, value):
- print "colorformat"
- print value
+ print "colorformat:" + str(value)
def setAspectRatio(self, value):
- print "aspectratio"
- print value
+ print "aspectratio:" + str(value)
def setSystem(self, value):
- print "system"
- print value
+ print "system:" + str(value)
def setWSS(self, value):
- print "wss"
- print value
+ print "wss:" + str(value)
def InitAVSwitch():
config.av = ConfigSubsection();