Closed zhanglongqi closed 1 year ago
Hello,
I can replicate this when trying to parse a Wifi Access Point parameters. Apparently it has a deprecated key security
. My setting generation algorithm simply removes any setting that has a deprecated
in its description. I will have to modify that.
Should be fixed with 457949f745db8a45f81ac9e9970e45905c416bdc
I tried
list-connections-async.py
andlist-connections.py
. both of them have the same issue.