forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-28 05:13:54 +02:00
parent 49679ffef0
commit 323c59c1c3
1 changed files with 1 additions and 0 deletions

View File

@ -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