diff --git a/files/routes/users.py b/files/routes/users.py index 59ecd40b3..c46500cae 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -728,6 +728,8 @@ def saved_comments(v, username): ids=ids[:25] + print(ids) + listing = get_comments(ids, v=v)