This commit is contained in:
Swapnil 2024-05-07 23:55:27 +05:30
parent 3ac4dce692
commit 07bbc73497
Signed by: swapnil
GPG Key ID: 58029C48BB100574
1 changed files with 4 additions and 0 deletions

View File

@ -205,6 +205,10 @@ def run_module():
else:
module.delete_call(target=folder['id'])
else:
module.result = {
"changed": False,
"response": None,
}
devices_module = SyncthingModule(
api_url='/rest/config/devices',
)