improve log out 9800

This commit is contained in:
Chuck SmileyRekiere
2020-09-16 20:23:20 -06:00
parent 410917dabd
commit c73a6f5da4

View File

@@ -799,6 +799,9 @@ def main():
break break
if args.series == "9800":
pass
else:
egg.sendline("logout") egg.sendline("logout")
print("logout") print("logout")
i = egg.expect([LOGOUTPROMPT, EXITPROMPT, CLOSEDBYREMOTE, CLOSEDCX,pexpect.TIMEOUT],timeout=3) i = egg.expect([LOGOUTPROMPT, EXITPROMPT, CLOSEDBYREMOTE, CLOSEDCX,pexpect.TIMEOUT],timeout=3)