From e19497501f69ca2662e330df46a2c373cda4966c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 10:12:40 +0200 Subject: [PATCH] fd --- files/routes/front.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/routes/front.py b/files/routes/front.py index b343731f7c..5b79677dba 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -15,8 +15,6 @@ def slash_post(): @app.get("/testing") def testing(): notifications = g.db.query(Notification).all() - - comments = [] t = time.time()