aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2009-02-20 14:17:18 +0100
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2009-02-20 14:17:18 +0100
commitb38a38eabbfc7cf4814d6bb9be90d857e8282f9d (patch)
treeb301a3511117ab1f4ec8657fcfa9b522115d91a0 /lib/python/Plugins/SystemPlugins
parent29d62cc699d7043a749e6f184925b7fd14b5daab (diff)
downloadenigma2-b38a38eabbfc7cf4814d6bb9be90d857e8282f9d.tar.gz
enigma2-b38a38eabbfc7cf4814d6bb9be90d857e8282f9d.zip
follow changes in module Tuner with added rolloff, pilot and system/modulation in DiseqcTester/TuneTest
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
-rw-r--r--lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py b/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py
index 07861954..2bd01522 100644
--- a/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py
@@ -264,8 +264,8 @@ class DiseqcTester(Screen, TuneTest, ResultParser):
def readTransponderList(self):
for sat in nimmanager.getSatListForNim(self.feid):
for transponder in nimmanager.getTransponders(sat[0]):
- #print transponder
- mytransponder = (transponder[1] / 1000, transponder[2] / 1000, transponder[3], transponder[4], transponder[5], sat[0], None, None, transponder[10], transponder[11])
+ print transponder
+ mytransponder = (transponder[1] / 1000, transponder[2] / 1000, transponder[3], transponder[4], transponder[7], sat[0], transponder[5], transponder[6], transponder[8], transponder[9], transponder[10], transponder[11])
self.analyseTransponder(mytransponder)
def getIndexForTransponder(self, transponder):