From 9b4f2ccafd195174ea0c9846f4a8bafaf69c2b4c Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 24 Jul 2008 19:57:34 +0000 Subject: [PATCH] satposdepends is a list --- lib/python/Components/NimManager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 72303af7..5e66b6a6 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -71,7 +71,8 @@ class SecConfigure: self.addSatellite(sec, orbpos) elif (diseqcmode == 3): # diseqc 1.2 if self.satposdepends.has_key(slotid): - tunermask |= (1 << self.satposdepends[slotid]) + for slot in self.satposdepends[slotid]: + tunermask |= (1 << slot) sec.setLatitude(latitude) sec.setLaDirection(laDirection) sec.setLongitude(longitude) -- 2.30.2