From 9b43806911e362c82abd3da08b9d542c3ad27f5e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 4 Apr 2022 02:55:00 +0200 Subject: [PATCH] sdf --- files/routes/front.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/front.py b/files/routes/front.py index 929cd83dc..7085f38da 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -150,7 +150,7 @@ def notifications(v): if request.headers.get("Authorization"): return {"data":[x.json for x in listing]} - print("5: " + str(time.time() - t), flush=True) + print("4: " + str(time.time() - t), flush=True) return render_template("notifications.html", v=v, notifications=listing,