This commit is contained in:
Swapnil 2024-05-08 00:08:44 +05:30
parent b94400799f
commit ea1aab4cc6
Signed by: swapnil
GPG Key ID: 58029C48BB100574
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ def run_module():
else:
devices_module = SyncthingModule(
api_url='/rest/config/devices',
argument_spec=dict(),
)
devices = [] #devices_module.get_call()
existing_device_ids = [device['deviceID'] for device in devices]