Skip to content

Commit 0a6aa1a

Browse files
committed
Update arista.py
1 parent 5f1f5d7 commit 0a6aa1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/devices/arista.py

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def get_config(self, config_type):
9191
while not self.channel.recv_ready():
9292
time.sleep(5)
9393
output += self.channel.recv(1024)
94+
time.sleep(3)
9495
self.channel.send(self.device.enable_password + "\n")
9596
while not self.channel.recv_ready():
9697
time.sleep(5)

0 commit comments

Comments
 (0)