remotes/1693045480750635534/spooky-22
Aevann1 2021-09-17 10:25:11 +02:00
parent d58aa86dd6
commit a60fa1d8ec
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ def slash_post():
@app.get("/testing")
def testing():
notifications = g.db.query(Notification).options(lazyload('*'))
notifications = g.db.query(Notification).options(lazyload('*')).all()
print("FUCK\nFUCK\nFUCK")
notifications2 = g.db.query(Notification)
notifications2 = g.db.query(Notification).all()
return "sex"
@app.get("/notifications")