From 9d4903285797e0561be20a15642b93e55e86a38f Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Wed, 5 Nov 2025 15:53:38 +0100 Subject: [PATCH] fix: when not specifying any, grab all --- meshbook.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/meshbook.py b/meshbook.py index 6129cc1..57ae3f0 100644 --- a/meshbook.py +++ b/meshbook.py @@ -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: