From 223bd013714047f6382120fa7db287662b22a404 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 31 Aug 2021 18:26:44 +0200 Subject: [PATCH] fdfd --- 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 f4ff546ac7..4e84955ddb 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -23,7 +23,7 @@ def notifications(v): if messages: cids = v.notification_messages(page=page) next_exists = (len(cids) == 26) - cid = cids[:25] + cids = cids[:25] comments = get_comments(cids, v=v) elif posts: cids = v.notification_subscriptions(page=page)