master
Aevann1 2021-09-13 16:29:30 +02:00
parent 47fe4ca887
commit 09312e41a6
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ class User(Base, Stndrd, Age_times):
comments2 = [] comments2 = []
for c in comments: for c in comments:
if c.child_comments == []: if c.child_comments == []:
comments2.append(c) comments2.append(c.id)
if len(comments2) == 26: break if len(comments2) == 26: break
firstrange = 25 * (page - 1) firstrange = 25 * (page - 1)