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 = []