Skip to content

Commit

Permalink
Update wifiinfo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
suchsoak authored May 30, 2024
1 parent 4e72d26 commit 32e827c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions wifiinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,6 @@

if search == False:

nmcli = os.system("nmcli")

if nmcli == True:

print("[*] You need install network-manager system.")

else:
print("")

wifi_info = nt.device.wifi()

for device in wifi_info:
Expand Down

0 comments on commit 32e827c

Please sign in to comment.