diff --git a/aviat_config.py b/aviat_config.py index 6f63933..558f14a 100755 --- a/aviat_config.py +++ b/aviat_config.py @@ -105,6 +105,7 @@ class Worker(threading.Thread): try: with telnetlib.Telnet(inue, PORT) as telnet: for slot in range(1, 9): + print("Slot: %s" % slot) if send_config(telnet, INUeCommand("Slot%s_I" % slot, "ceConfigBridgeStpMode")): rstp_dac = slot