From bdd07ba55d4fbc9cab916ee6bb9edb9d992b27b7 Mon Sep 17 00:00:00 2001 From: Daan Date: Wed, 27 Nov 2024 20:26:10 +0100 Subject: [PATCH] Added debugging line. My own auth was wrong! --- meshbook/meshbook.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meshbook/meshbook.py b/meshbook/meshbook.py index b6d0c72..cb29bec 100644 --- a/meshbook/meshbook.py +++ b/meshbook/meshbook.py @@ -210,6 +210,8 @@ class MeshcallerProcessor: print(response_counter % len(target_ids)) if response_counter % len(target_ids) == 0: ready_for_next.set() + elif action_type == 'close': + print(message) elif not args.silent: print("Ignored action:", action_type)