elevated logins reduced

This commit is contained in:
Chuck SmileyRekiere
2020-09-16 22:55:32 -06:00
parent 4c260495da
commit 923bb8b99f

View File

@@ -576,6 +576,8 @@ def main():
i = egg.expect_exact(["Are you sure you wan to continue? (y/n) [y]:",pexpect.TIMEOUT],timeout=2)
if j == 0:
egg.sendline(CR)
sleep(0.1)
egg.sendline("end")
if j == 1:
print("did not get Are you sure you wan to continue? (y/n) [y]:")
if i == 1:
@@ -591,6 +593,8 @@ def main():
i = egg.expect_exact(["Are you sure you wan to continue? (y/n) [y]:",pexpect.TIMEOUT],timeout=2)
if j == 0:
egg.sendline(CR)
sleep(0.1)
egg.sendline("end")
if j == 1:
print("did not get Are you sure you wan to continue? (y/n) [y]:")
if i == 1: