Skip to content

Commit

Permalink
Fix example for Nornir 2.0 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenstad authored and dbarrosop committed Jan 6, 2019
1 parent ec6db61 commit 4789d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Here is an example on how to quickly build a runbook leveraging Nornir to retrie
from nornir.plugins.tasks.networking import napalm_get

nr = InitNornir(
config_file="nornir.yaml", dry_run=True, num_workers=20
config_file="nornir.yaml", dry_run=True
)

results = nr.run(
Expand Down

0 comments on commit 4789d41

Please sign in to comment.