mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 08:22:11 +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))
|
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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user