Typo
buildbot/multibuild_parent Build done. Details
buildbot/travis_bionic Build done. Details

This commit is contained in:
Peter Šurda 2024-04-22 15:16:59 +08:00
parent 8b94a3b06a
commit 89a69e6e38
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ def remote_config(module, method='GET', config=None, result=None, device=None):
if not result:
result = {}
if 'unix_socket' in module['params']:
if 'unix_socket' in module.params:
resp, info = fetch_url(
module, unix_socket=url, data=data, headers=headers,
method=method, timeout=module.params['timeout'])