Skip to content

Commit

Permalink
fix nxos
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jan 2, 2018
1 parent 362ee67 commit c99c3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napalm/nxos/nxos.py
Expand Up @@ -79,7 +79,7 @@ def open(self):
try:
self.device = Recorder(NXOSDevice,
recorder_options=self.recorder_options,
hostname=self.hostname,
host=self.hostname,
username=self.username,
password=self.password,
timeout=self.timeout,
Expand Down

0 comments on commit c99c3bb

Please sign in to comment.