From f93309a87580b9fb0aa65da36f90d6dfd7a9f496 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 4 Apr 2022 02:49:40 +0200 Subject: [PATCH] sdf --- files/routes/front.py | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/files/routes/front.py b/files/routes/front.py index 067ad222a..dd42272c4 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -161,14 +161,16 @@ def notifications(v): # if request.headers.get("Authorization"): return {"data":[x.json for x in listing]} # print("5: " + str(time.time() - t), flush=True) - return render_template("notifications.html", - v=v, - notifications=listing, - next_exists=next_exists, - page=page, - standalone=True, - render_replies=True - ) + # return render_template("notifications.html", + # v=v, + # notifications=listing, + # next_exists=next_exists, + # page=page, + # standalone=True, + # render_replies=True + # ) + + return 'fuq' @app.get("/")