From 21c3cb485cb2ea65172d8152b8aa684821a1ff58 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 26 Jul 2024 11:00:24 +0100 Subject: [PATCH] Debug --- webapp_profile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp_profile.py b/webapp_profile.py index 10ce2c1db..648edd5c3 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -533,6 +533,7 @@ def html_profile_after_search(authorized: bool, i = 0 for item in user_feed: if not isinstance(item, dict): + print('DEBUG: invalid user feed item: ' + str(item)) continue if item.get('type') and item.get('object'): if str(item['type']) == 'Announce' and \