From 323c59c1c3b36c391c8206b959f7bd57783cd0a9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 28 Jul 2021 05:13:54 +0200 Subject: [PATCH] dfdfdf --- drama/routes/front.py | 1 + 1 file changed, 1 insertion(+) diff --git a/drama/routes/front.py b/drama/routes/front.py index 78e1c2ec98..83295304ee 100644 --- a/drama/routes/front.py +++ b/drama/routes/front.py @@ -52,6 +52,7 @@ def notifications(v): listing.append(c) c.replies = c.replies2 elif c.parent_submission and c not in listing: + print(c.body) listing.append(c) else: pass