Added debugging line. My own auth was wrong!

This commit is contained in:
Daan
2024-11-27 20:26:10 +01:00
parent 6aa590c016
commit bdd07ba55d

View File

@@ -210,6 +210,8 @@ class MeshcallerProcessor:
print(response_counter % len(target_ids)) print(response_counter % len(target_ids))
if response_counter % len(target_ids) == 0: if response_counter % len(target_ids) == 0:
ready_for_next.set() ready_for_next.set()
elif action_type == 'close':
print(message)
elif not args.silent: elif not args.silent:
print("Ignored action:", action_type) print("Ignored action:", action_type)