This commit is contained in:
Aevann1 2021-09-17 10:13:45 +02:00
parent 78e2d65721
commit ee1ccf0ba9

View file

@ -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()