From af9c4deea7df73810839cc2d9e4fb45b1993b465 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Mon, 26 Oct 2020 09:13:36 -0600 Subject: [PATCH] cisco_wifi_ctl.py : update to line_console_0 --- cisco_wifi_ctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cisco_wifi_ctl.py b/cisco_wifi_ctl.py index eda33a25..612b4c63 100755 --- a/cisco_wifi_ctl.py +++ b/cisco_wifi_ctl.py @@ -1114,7 +1114,7 @@ def main(): if i == 1: 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") egg.sendline("config t") sleep(0.2)