server: rename incorrect flag
This commit is contained in:
parent
d362736185
commit
f51c27291a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue