fix: when not specifying any, grab all

This commit is contained in:
2025-11-05 15:53:38 +01:00
parent a7601a302a
commit 9d49032857

View File

@@ -56,9 +56,6 @@ async def gather_targets(args: argparse.Namespace,
target_tag = meshbook.get("target_tag")
ignore_categorisation = meshbook.get("ignore_categorisation", False)
assert target_os is not None, "target_os must be provided"
assert target_tag is not None, "target_tag must be provided"
async def add_processed_devices(processed):
"""Helper to update target and offline lists."""
if processed: