From 7a60cd72806eda7576d853aa43bd1483f1e3818d Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Mon, 7 Apr 2025 16:52:19 +0200 Subject: [PATCH] hotfix --- meshbook.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meshbook.py b/meshbook.py index 795e5ca..c97b739 100644 --- a/meshbook.py +++ b/meshbook.py @@ -399,8 +399,7 @@ async def main(): await asyncio.sleep(1) console(text_color.reset + ("-" * 40)) - print(json.dumps(targets_list,indent=4)) - #await execute_meshbook(session, targets_list, meshbook, group_list) + await execute_meshbook(session, targets_list, meshbook, group_list) await session.close()