From 85cb91e430a59a17db4a6d8fe917f6e86d5af586 Mon Sep 17 00:00:00 2001 From: Swapnil Date: Wed, 8 May 2024 00:33:32 +0530 Subject: [PATCH] test - get devices --- collection/plugins/modules/folder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collection/plugins/modules/folder.py b/collection/plugins/modules/folder.py index 47c0cf4..1b0694e 100644 --- a/collection/plugins/modules/folder.py +++ b/collection/plugins/modules/folder.py @@ -190,7 +190,7 @@ def run_module(): argument_spec=module_args ) - module = SyncthingModule( + module2 = SyncthingModule( api_url='/rest/config/folders', argument_spec=module_args )