From d50c6e0370592c5e0e81596a4b0d42731a67d9a8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 12 Feb 2023 22:35:13 +0000 Subject: [PATCH] Debug --- webapp_profile.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp_profile.py b/webapp_profile.py index 7f67c04fe..a62a2e913 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -412,6 +412,9 @@ def html_profile_after_search(recent_posts_cache: {}, max_recent_posts: int, show_item, post_json_object = \ _valid_profile_preview_post(item, person_url) if not show_item: + if debug: + print('DEBUG: item not valid in profile posts: ' + + str(item)) continue profile_str += \