chore: fix apparent missing reference

This commit is contained in:
2026-01-02 15:01:15 +01:00
parent e2cc746517
commit a652ea99d3
2 changed files with 31 additions and 29 deletions

View File

@@ -189,7 +189,7 @@ async def main():
'''
group_list = await Transform.compile_group_list(session)
compiled_device_list = await Utilities.gather_targets(args, meshbook, group_list, os_categories)
compiled_device_list = await Utilities.gather_targets(args.silent, meshbook, group_list, os_categories)
# Check if we have reachable targets on the MeshCentral host
if "target_list" not in compiled_device_list or len(compiled_device_list["target_list"]) == 0: