From dea201a48a2510586d4e10dbd428db90862b3df8 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 1 Sep 2021 19:14:33 +0200 Subject: [PATCH] fd --- files/routes/front.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/front.py b/files/routes/front.py index 56cd43eacc..af13b8210b 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -54,7 +54,7 @@ def notifications(v): cids = [x.comment_id for x in notifications] next_exists = (len(cids) == 26) cids = cids[:25] - comments = get_comments(cids, v=v, load_parent=True)) + comments = get_comments(cids, v=v, load_parent=True) i = 0 for x in notifications: