forked from rDrama/rDrama
1
0
Fork 0

fixed king

master
Aevann1 2022-02-26 23:03:38 +02:00
parent 4fd87ef909
commit 9bcc388712
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ def searchcomments(v):
comments = get_comments(ids, v=v)
if request.headers.get("Authorization"): return {"total":total, "data":[x.json for x in comments]}
return render_template("search_comments.html", v=v, query=query, total=total, page=page, comments=comments, sort=sort, t=t, next_exists=next_exists)
return render_template("search_comments.html", v=v, query=query, total=total, page=page, comments=comments, sort=sort, t=t, next_exists=next_exists, standalone=True)
@app.get("/search/users")