forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-04 02:49:40 +02:00
parent b0fc109f30
commit f93309a875
1 changed files with 10 additions and 8 deletions

View File

@ -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("/")