Manual mergre from local code
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user