wifiName fix

This commit is contained in:
saifullah-N
2022-12-21 20:11:16 +05:30
parent 3672f4c375
commit 9cefba5c79

View File

@@ -144,7 +144,7 @@ class NetworkData(bbctrl.APIHandler):
wifi.pop(0)
wifiName = " ".join(wifi)
except:
wifi = "not connected"
wifiName = "not connected"
self.write_json({
'ipAddresses': ipAddresses,
'wifi': wifiName