mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-05-07 12:43:05 +00:00
Update ssh_netmiko.py
This commit is contained in:
parent
c68b00423a
commit
413c60e29f
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class NetmikoConnection(SSHConnection):
|
|||
responses = ()
|
||||
|
||||
for query in self.query:
|
||||
raw = nm_connect_direct.send_command(query, **send_args)
|
||||
raw = nm_connect_direct.send_command_timing(query, **send_args)
|
||||
responses += (raw,)
|
||||
|
||||
nm_connect_direct.disconnect()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue