server: fix small typo

This commit is contained in:
noirscape
2023-01-04 20:04:37 +01:00
committed by Eva
parent c0504692e1
commit b30db8caf8

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: