From 0e808b4bd3c952d36bff2c0d14f215638903dd90 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 18 Jun 2023 15:50:42 +0100 Subject: [PATCH] Extra debug --- webapp_profile.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp_profile.py b/webapp_profile.py index e8be21349..6c447212b 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -441,6 +441,9 @@ def html_profile_after_search(recent_posts_cache: {}, max_recent_posts: int, get_json(signing_priv_key_pem, session, item['object'], as_header2, None, debug, __version__, http_prefix, from_domain) + if debug: + print('DEBUG: resolved public feed announce ' + + str(item)) if not item: continue show_item, post_json_object = \