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)