From f1c217c54fac64c62edcff4561f62ac4d47e834b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 4 Apr 2022 02:27:21 +0200 Subject: [PATCH] fds --- files/routes/front.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/front.py b/files/routes/front.py index ef9c4c3315..2fd11dd9c0 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -130,6 +130,7 @@ def notifications(v): cids = set() listing = [] for c in comments: + print(c.id) if c.parent_submission: if c.replies2 == None: c.replies2 = c.child_comments.filter(or_(Comment.author_id == v.id, Comment.id.in_(all))).all()