cisco_wifi_ctl.py: multiple close

This commit is contained in:
Chuck SmileyRekiere
2020-10-04 17:41:07 -06:00
parent b150cc2504
commit d9856ba5d8

View File

@@ -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)