From 0bc1f283dd2f1b96b3907a6058a184fe48d8d58b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 28 Jul 2021 05:15:45 +0200 Subject: [PATCH] fdfd --- drama/routes/front.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drama/routes/front.py b/drama/routes/front.py index 83295304ee..b57bc66930 100644 --- a/drama/routes/front.py +++ b/drama/routes/front.py @@ -41,7 +41,7 @@ def notifications(v): c._is_blocked = False c._is_blocking = False if c.parent_submission and c.parent_comment and c.parent_comment.author_id == v.id: - pass + continue while c.parent_comment: parent = c.parent_comment if c not in parent.replies2: @@ -55,7 +55,7 @@ def notifications(v): print(c.body) listing.append(c) else: - pass + continue if c.parent_comment: while c.level > 1: c = c.parent_comment