From aaf3da70d2704c2ac2e2b2e2bc16678e7cf7b8e7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 4 Apr 2022 01:07:55 +0200 Subject: [PATCH] fsd --- files/routes/front.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/front.py b/files/routes/front.py index faae44385..656aeec74 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -140,6 +140,7 @@ def notifications(v): if c not in listing: listing.append(c) + print(cids) comms = get_comments(list(cids), v=v) if request.headers.get("Authorization"): return {"data":[x.json for x in listing]}