remotes/1693045480750635534/spooky-22
Aevann1 2021-09-17 10:14:10 +02:00
parent bfa9f591dc
commit 0c8c84cd9a
1 changed files with 1 additions and 1 deletions

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