From a7ca81d43c1d0bdfd18e7e14a592f954b7414a8c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 23 Oct 2024 12:08:18 +0100 Subject: [PATCH] Debug --- posts.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/posts.py b/posts.py index a2b232a2a..b087e9491 100644 --- a/posts.py +++ b/posts.py @@ -4854,6 +4854,8 @@ def _create_box_items(base_dir: str, # is this a duplicate? if post_url in post_urls_in_box: + print('REJECT: Duplicate in timeline ' + + boxname + ' ' + post_url) continue # is the post cached in memory? @@ -4879,6 +4881,8 @@ def _create_box_items(base_dir: str, if full_post_filename: # has the post been rejected? if os.path.isfile(full_post_filename + '.reject'): + print('REJECT: rejected post in timeline ' + + boxname + ' ' + post_url) continue if _add_post_to_timeline(full_post_filename, boxname,