From cca3e96d75580c57c7f5808d8f9bc73c4967b79f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 26 Jul 2024 11:03:22 +0100 Subject: [PATCH] Debug --- webapp_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_profile.py b/webapp_profile.py index 648edd5c3..e96c86ac7 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -531,9 +531,9 @@ def html_profile_after_search(authorized: bool, if nickname in min_images_for_accounts: minimize_all_images = True i = 0 + print('DEBUG: user feed test: ' + str(user_feed)) 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 \