cisco_wifi_ctl.py : update to line_console_0

This commit is contained in:
Chuck SmileyRekiere
2020-10-26 09:13:36 -06:00
parent 16919ae7fe
commit af9c4deea7

View File

@@ -1114,7 +1114,7 @@ def main():
if i == 1: if i == 1:
logg.info("did not get the (config)# prompt") logg.info("did not get the (config)# prompt")
if (args.action == "line console 0"): if (args.action == "line_console_0"):
logg.info("send: line console 0") logg.info("send: line console 0")
egg.sendline("config t") egg.sendline("config t")
sleep(0.2) sleep(0.2)