diff --git a/files/routes/front.py b/files/routes/front.py index ec6ebbe0d..b343731f7 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 = []