From 2992c5f742bd2f0a19e0cc00e637baeec530eada Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 13 Sep 2021 16:56:14 +0200 Subject: [PATCH] fd --- files/routes/admin.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/files/routes/admin.py b/files/routes/admin.py index b0b3385d6d..26b16c8e1e 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -24,17 +24,6 @@ from files.helpers.discord import add_role IMGUR_KEY = environ.get("IMGUR_KEY", "").strip() SITE_NAME = environ.get("SITE_NAME", "").strip() -@app.get("/sexing") -def nig(): - first = time.time() - sex = [c for c in g.db.query(User).all() if c.id == 1] - print(time.time() - first) - first2 = time.time() - sex2 = g.db.query(User).all() - sex2 = [c for c in sex2 if c.id == 1] - print(time.time() - first2) - return "fug" - @app.post("/@/revert_actions") @admin_level_required(6) def revert_actions(v, username):