This commit is contained in:
Aevann1 2021-09-17 10:12:40 +02:00
parent db05c6b673
commit 78e2d65721

View file

@ -15,8 +15,6 @@ def slash_post():
@app.get("/testing")
def testing():
notifications = g.db.query(Notification).all()
comments = []
t = time.time()