From 09312e41a68a063b54f1a38e6582e875ea822547 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 13 Sep 2021 16:29:30 +0200 Subject: [PATCH] fd --- files/classes/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/classes/user.py b/files/classes/user.py index 349d5e594..2c045002b 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -376,7 +376,7 @@ class User(Base, Stndrd, Age_times): comments2 = [] for c in comments: if c.child_comments == []: - comments2.append(c) + comments2.append(c.id) if len(comments2) == 26: break firstrange = 25 * (page - 1)