forked from rDrama/rDrama
1
0
Fork 0

fix previous commit

master
Aevann1 2022-07-04 09:05:14 +02:00
parent c8d5eb0f57
commit 67dff25a5a
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ def post_id(pid, anything=None, v=None, sub=None):
blocked,
blocked.c.user_id == Comment.author_id,
isouter=True
)
output = []
for c in comments.all():