remotes/1693045480750635534/spooky-22
Aevann1 2021-09-17 10:13:45 +02:00
parent e19497501f
commit bfa9f591dc
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).all()
notifications = g.db.query(Notification)
t = time.time()