From: ghost Date: Fri, 27 Mar 2009 21:39:52 +0000 (+0100) Subject: NimManager.py: take care of satpos depends only for lnbs confed to DiSEqC 1.2 X-Git-Tag: 2.6.0~354 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/6c5ee3ca67ca964093cc11b6479f38a75e7587ea NimManager.py: take care of satpos depends only for lnbs confed to DiSEqC 1.2 --- diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index aa915937..c5b2f8db 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -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":