remove 'none' from connman security list.

SVN revision: 75412
master
Gustavo Sverzut Barbieri 11 years ago
parent ebfd9e68d7
commit a11590bc39
  1. 5
      econnman-bin.in

@ -636,6 +636,11 @@ class ServicesList(object):
auto_connect = s.get("AutoConnect")
connected = (str(state) not in ("idle", "failure"))
if security:
security = [str(x) for x in security]
if "none" in security:
security.remove("none")
if part == "elm.swallow.end":
bx = elm.Box(obj)
bx.horizontal = True

Loading…
Cancel
Save