From 4243b8158320b779ee7677143889e4c48c8f3724 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 9 Feb 2024 22:55:15 +0000 Subject: [PATCH] Debug --- blocking.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blocking.py b/blocking.py index 8b34e79ee..e36298c7c 100644 --- a/blocking.py +++ b/blocking.py @@ -1887,6 +1887,8 @@ def _update_federated_blocks(session, base_dir: str, } block_federated_endpoints = load_federated_blocks_endpoints(base_dir) + print('DEBUG: federated blocklist endpoints: ' + + str(block_federated_endpoints)) new_block_api_str = '' for endpoint in block_federated_endpoints: