remotes/1693045480750635534/spooky-22
Aevann1 2021-12-05 04:38:27 +02:00
parent d6fb2a307b
commit 120739b2a0
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ def post_id(pid, anything=None, v=None):
comments2.append(comment)
count += g.db.query(Comment.id).filter_by(parent_submission=post.id, top_comment_id=comment.id).count() + 1
offset += 1
if count > 10: break
if count > 50: break
if len(comments) == len(comments2): offset = None