mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
fixed indentation problems
This commit is contained in:
@@ -175,8 +175,9 @@ class Wireless(Controller):
|
||||
wiface.SetEssid(essid)
|
||||
|
||||
aps = wiface.GetNetworks()
|
||||
aps.sort(key=lambda x: x['quality'])
|
||||
aps.reverse()
|
||||
print aps
|
||||
aps.sort(key=lambda x: x['strength'])
|
||||
#aps.reverse()
|
||||
return aps
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user