mirror of https://gitlab.com/bashrc2/epicyon
One post overlap
parent
2d05e184eb
commit
b22c8c6531
2
posts.py
2
posts.py
|
@ -4028,10 +4028,8 @@ def _create_box_items(base_dir: str,
|
|||
if first_post_id and total_posts_count == 0:
|
||||
if first_post_id not in post_filename:
|
||||
continue
|
||||
if first_post_id in post_filename:
|
||||
total_posts_count = \
|
||||
int((page_number - 1) * items_per_page)
|
||||
continue
|
||||
|
||||
# Has this post passed through the newswire voting stage?
|
||||
if not _passed_newswire_voting(newswire_votes_threshold,
|
||||
|
|
Loading…
Reference in New Issue