This commit is contained in:
Aevann1 2021-09-17 10:14:10 +02:00
parent ee1ccf0ba9
commit f936b4a114

View file

@ -14,7 +14,7 @@ def slash_post():
@app.get("/testing")
def testing():
notifications = g.db.query(Notification)
notifications = g.db.query(Notification).limit(25)
t = time.time()