diff --git a/py-scripts/test_l3_longevity.py b/py-scripts/test_l3_longevity.py index 3567027c..29a8c902 100755 --- a/py-scripts/test_l3_longevity.py +++ b/py-scripts/test_l3_longevity.py @@ -813,8 +813,12 @@ Station Address PHY Mbps Data Mbps Air Use Data Use Retries bw mc print("query-port: %s: incomplete response:"%(url)) pprint(response) else: + #print("response".format(response)) + #pprint(response) p = response['interface'] - mac = response['mac'] + print("#### p, response['insterface']:{}".format(p)) + # mac = response['mac'] + mac = p['mac'] ap_row = [] for row in ap_stats_rows: