From f74cd56dc6e98740da383f223c7f9cb87ca0d4bd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 20 Nov 2022 17:33:43 +0000 Subject: [PATCH] Debug --- posts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/posts.py b/posts.py index 043ea14ec..c7357096b 100644 --- a/posts.py +++ b/posts.py @@ -4039,6 +4039,8 @@ def _create_box_indexed(recent_posts_cache: {}, if first_post_id: if first_post_id in post_filename: + print('DEBUG: first_post_id: filename ' + + post_filename) total_posts_count = \ int((page_number - 1) * items_per_page) continue