fix DVB-S ScanSetup
authorhschang <chang@dev3>
Wed, 2 Oct 2013 05:30:41 +0000 (14:30 +0900)
committerhschang <chang@dev3>
Wed, 2 Oct 2013 05:30:41 +0000 (14:30 +0900)
lib/python/Screens/ScanSetup.py

index 923b494..ea37e26 100644 (file)
@@ -48,7 +48,6 @@ def getInitialTransponderList(tlist, pos):
                        parm.modulation = x[6]
                        parm.rolloff = x[8]
                        parm.pilot = x[9]
-                       parm.system = x[10]
                        tlist.append(parm)
 
 def getInitialCableTransponderList(tlist, nim):