server: rename incorrect flag

This commit is contained in:
noirscape 2023-01-04 20:06:31 +01:00
parent d362736185
commit f51c27291a

View file

@ -987,7 +987,7 @@ def get_pools_nearby(
if break_loop == True:
break
if post.id == pool_post.post_id:
if post.post_id == pool_post.post_id:
break_loop = True
prev_post_id = pool_post.post_id