Typo
This commit is contained in:
parent
8b94a3b06a
commit
89a69e6e38
|
@ -133,7 +133,7 @@ def remote_config(module, method='GET', config=None, result=None, device=None):
|
||||||
if not result:
|
if not result:
|
||||||
result = {}
|
result = {}
|
||||||
|
|
||||||
if 'unix_socket' in module['params']:
|
if 'unix_socket' in module.params:
|
||||||
resp, info = fetch_url(
|
resp, info = fetch_url(
|
||||||
module, unix_socket=url, data=data, headers=headers,
|
module, unix_socket=url, data=data, headers=headers,
|
||||||
method=method, timeout=module.params['timeout'])
|
method=method, timeout=module.params['timeout'])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user