mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 00:12:10 +00:00
Added debugging line. My own auth was wrong!
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user