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)