From d9856ba5d8e587ff132d49ccfca11fc58fa818fb Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Sun, 4 Oct 2020 17:41:07 -0600 Subject: [PATCH] cisco_wifi_ctl.py: multiple close --- cisco_wifi_ctl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cisco_wifi_ctl.py b/cisco_wifi_ctl.py index 1cf927ca..51119dda 100755 --- a/cisco_wifi_ctl.py +++ b/cisco_wifi_ctl.py @@ -472,8 +472,8 @@ def main(): logg.info("9800 Closing the connection and try to re-establish loop_count {} i {} j {}".format(loop_count,i,j)) egg.close(force = True) sleep(1) - #egg.close(force = True) - #sleep(0.2) + egg.close(force = True) + sleep(1) # re establish telnet cmd = "telnet %s %d"%(host, port)