X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FWirelessLanSetup%2Fplugin.py;h=daeb389a5e30ff31d4dc981266b22c377ac0196d;hb=c00fa763e69cc09f267770574bee9d3f97fdcea5;hp=0567187ae6434237752f860c325eb84a076b87c8;hpb=cf72a0bd11d386f0dd95cc581dc9907b96e752d5;p=vuplus_dvbapp diff --git a/lib/python/Plugins/SystemPlugins/WirelessLanSetup/plugin.py b/lib/python/Plugins/SystemPlugins/WirelessLanSetup/plugin.py index 0567187..daeb389 100755 --- a/lib/python/Plugins/SystemPlugins/WirelessLanSetup/plugin.py +++ b/lib/python/Plugins/SystemPlugins/WirelessLanSetup/plugin.py @@ -537,7 +537,7 @@ class WlanConfig(Screen, ConfigListScreen, HelpableScreen): list = data.splitlines() for x in list: xx = x.lstrip() - if xx.startswith('ESSID:') and len(xx)>8: + if xx.startswith('ESSID:') and len(xx)>8 and xx[7:-1]not in self.apList: self.apList.append(xx[7:-1]) self.apList.append('Input hidden ESSID') # print "###### selectap : ",selectap