fd
This commit is contained in:
parent
ee1ccf0ba9
commit
f936b4a114
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ def slash_post():
|
||||||
|
|
||||||
@app.get("/testing")
|
@app.get("/testing")
|
||||||
def testing():
|
def testing():
|
||||||
notifications = g.db.query(Notification)
|
notifications = g.db.query(Notification).limit(25)
|
||||||
|
|
||||||
t = time.time()
|
t = time.time()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue