Update fortios_config.py (#23230)

pull/4420/head
Jacob McGill 2017-04-03 14:22:57 -04:00 committed by John R Barker
parent 9a43603761
commit 5918bebd6e
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ def main():
f = FortiOS( module.params['host'],
username=module.params['username'],
password=module.params['password'],
timeout=module.params['username'],
timeout=module.params['timeout'],
vdom=module.params['vdom'])
#connect