Update server.py

This commit is contained in:
Justin 2023-07-19 19:23:19 +08:00 committed by GitHub
parent 1a1515f2a1
commit 8730b3b4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1758,7 +1758,6 @@ def scanNetworks2():
# quality = line.split('Quality=')[1].split('Signal level')[0].replace(" ", "")
networks[ssid] = {'group_cipher': group_cipher, 'pair_cipher': pair_cipher}
except:
global networks
networks = {}
return (networks)