From e6b336e02b5d0a47528843534a33c1ef43885d0e Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sat, 31 Dec 2005 01:30:09 +0000 Subject: fix --- lib/python/Components/NimManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components') diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 4cd0ecb8..fad419fa 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -290,7 +290,7 @@ class SecConfigure: sec.setToneMode(switchParam.OFF) if currentConfigSelectionElement(currSat.usals) == "no": - sec.setRotorPosNum(currSat.rotorposition.value) + sec.setRotorPosNum(currSat.rotorposition.value[0]) else: sec.setRotorPosNum(0) #USALS -- cgit v1.2.3