mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server: rename incorrect flag
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user