mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
bug
This commit is contained in:
@@ -423,7 +423,7 @@ def main():
|
||||
egg.sendline("en")
|
||||
sleep(0.1)
|
||||
j = egg.expect_exact(["Password:",pexpect.TIMEOUT], timeout=2)
|
||||
if k == 0:
|
||||
if j == 0:
|
||||
logg.info("9800 received password prompt will send password: {} i:{} j:{} before {} after {}".format(args.passwd,i,j,egg.before,egg.after))
|
||||
egg.sendline(args.passwd)
|
||||
sleep(0.1)
|
||||
|
||||
Reference in New Issue
Block a user