sta_connect2: Pass debug argument to wait_until_ports_disappear

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2022-01-21 17:03:17 -08:00
committed by shivam
parent 35e21fdd68
commit 07f6bf3ca6

View File

@@ -278,7 +278,7 @@ class StaConnect2(Realm):
self.json_post("/cli-json/nc_show_ports", data)
if self.influx_db:
grapher.getdata()
LFUtils.wait_until_ports_appear()
LFUtils.wait_until_ports_appear(debug=self.debug)
for sta_name in self.station_names:
sta_url = self.get_station_url(sta_name)