We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11aaf4 commit 0a1c148Copy full SHA for 0a1c148
wifi hack by brutefore.py
@@ -70,7 +70,7 @@ def getwifi(wifilist, wificount):
70
sorted(allwifilist, key=lambda st: st[1], reverse=True)
71
time.sleep(1)
72
n = 0
73
- if len(allwifilist) is not 0:
+ if len(allwifilist) != 0:
74
for item in allwifilist:
75
if (item[0] not in ssidlist) & (item[0] not in wifilist):
76
n = n + 1
0 commit comments