mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Merge pull request #22 from adulau/master
Cleanup: removed unused parameter
This commit is contained in:
commit
264da48768
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def index():
|
|||
for queue in r_serv.smembers("queues"):
|
||||
row.append((queue, r_serv.llen(queue)))
|
||||
|
||||
return render_template("index.html", queues_name=row)
|
||||
return render_template("index.html")
|
||||
|
||||
|
||||
@app.route("/monitoring/")
|
||||
|
|
Loading…
Reference in a new issue