From bfa9f591dc97f2d0271f8eb5f3e6c303ec1b6a7c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 10:13:45 +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 5b79677dba..6731b4afa3 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -14,7 +14,7 @@ def slash_post(): @app.get("/testing") def testing(): - notifications = g.db.query(Notification).all() + notifications = g.db.query(Notification) t = time.time()