server: fix small typo

This commit is contained in:
noirscape 2023-01-04 20:04:37 +01:00
parent fd2ca001af
commit d362736185

View file

@ -981,7 +981,7 @@ def get_pools_nearby(
next_post_id = None
break_loop = False
for pool_post in pools.posts:
for pool_post in pool.posts:
next_post_id = pool_post.post_id
if break_loop == True: