network response test

This commit is contained in:
saifullah-N
2022-12-22 23:28:45 +05:30
parent 873af60317
commit 60c63763de

View File

@@ -156,6 +156,7 @@ class WifiHandler(bbctrl.APIHandler):
try:
data = json.loads(call_get_output(['config-wifi', '-j']))
except: pass
self.get_log("network").info(str(data))
self.write_json(data)