sdf
This commit is contained in:
parent
3521fa1824
commit
a23211779a
1 changed files with 10 additions and 8 deletions
|
@ -161,14 +161,16 @@ def notifications(v):
|
||||||
# if request.headers.get("Authorization"): return {"data":[x.json for x in listing]}
|
# if request.headers.get("Authorization"): return {"data":[x.json for x in listing]}
|
||||||
|
|
||||||
# print("5: " + str(time.time() - t), flush=True)
|
# print("5: " + str(time.time() - t), flush=True)
|
||||||
return render_template("notifications.html",
|
# return render_template("notifications.html",
|
||||||
v=v,
|
# v=v,
|
||||||
notifications=listing,
|
# notifications=listing,
|
||||||
next_exists=next_exists,
|
# next_exists=next_exists,
|
||||||
page=page,
|
# page=page,
|
||||||
standalone=True,
|
# standalone=True,
|
||||||
render_replies=True
|
# render_replies=True
|
||||||
)
|
# )
|
||||||
|
|
||||||
|
return 'fuq'
|
||||||
|
|
||||||
|
|
||||||
@app.get("/")
|
@app.get("/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue