Manual mergre from local code

This commit is contained in:
2024-01-19 15:51:06 +07:00
parent ccd5d6874d
commit c103fd34a3
4 changed files with 15 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ IgnoreList = ['83919865589', '83912051046', '83912051045', '84950213944', '84951
@app.route("/web/call/")
def WebCall():
call = coll_call.find().sort('time', -1)
call = coll_call.find().limit(findLimit).sort('time', -1)
return render_template("WebCall.html", call=call)
@app.route("/web/call/status/<id>")