From 3e0b665c52154c329a47304e0b181e812cb33e30 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 10:11:49 +0200 Subject: [PATCH] fd --- 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 ec6ebbe0d7..b343731f7c 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -13,7 +13,7 @@ def slash_post(): # this is a test @app.get("/testing") -def testing(v): +def testing(): notifications = g.db.query(Notification).all() comments = []