main
Bob Mottram 2022-11-20 17:28:25 +00:00
parent 09396e1df3
commit 8d60114d9e
1 changed files with 1 additions and 0 deletions

View File

@ -4028,6 +4028,7 @@ def _create_box_indexed(recent_posts_cache: {},
if first_post_id:
first_post_id = first_post_id.replace('--', '#')
first_post_id = first_post_id.replace('/', '#')
print('DEBUG: first_post_id: ' + first_post_id)
with open(index_filename, 'r', encoding='utf-8') as index_file:
posts_added_to_timeline = 0
while posts_added_to_timeline < items_per_page: