.
This commit is contained in:
@@ -95,7 +95,7 @@ def parse_iwlist(iwlist_output, current_sid):
|
||||
cells = []
|
||||
|
||||
# Remove Blank SSID's
|
||||
cells = [cell for cell in cells if cell["SSID"] != "!***!"]
|
||||
cells = [cell for cell in cells if cell["SSID"] != "!***!" and cell["SSID"][0] != "\x00" and cell["SSID"][0:4] != "\\x00"]
|
||||
# Remove Blank SSID's
|
||||
cells = sorted(cells, key=lambda k: k["Signal"], reverse=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user