NimManager.py: take care of satpos depends only for lnbs confed to DiSEqC 1.2
authorghost <andreas.monzner@multimedia-labs.de>
Fri, 27 Mar 2009 21:39:52 +0000 (22:39 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Fri, 27 Mar 2009 21:39:52 +0000 (22:39 +0100)
lib/python/Components/NimManager.py

index aa915937f8d4bb3828bd2aeb42a1b485c3002c65..c5b2f8db4aa9b2be37d6a8b0c4d55273f9d14ca3 100644 (file)
@@ -321,9 +321,9 @@ class SecConfigure:
                                elif dm == "1_2":
                                        sec.setDiSEqCMode(diseqcParam.V1_2)
 
-                               if self.satposdepends.has_key(slotid):
-                                       for slot in self.satposdepends[slotid]:
-                                               tunermask |= (1 << slot)
+                                       if self.satposdepends.has_key(slotid):
+                                               for slot in self.satposdepends[slotid]:
+                                                       tunermask |= (1 << slot)
 
                                if dm != "none":
                                        if currLnb.toneburst.value == "none":