aboutsummaryrefslogtreecommitdiffstats
path: root/python/risk_insight/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/risk_insight/views.py')
-rw-r--r--python/risk_insight/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/risk_insight/views.py b/python/risk_insight/views.py
index 7dcca7bf..92c8388d 100644
--- a/python/risk_insight/views.py
+++ b/python/risk_insight/views.py
@@ -116,7 +116,7 @@ def tranches():
@app.route("/indices.html")
def indices():
- return render_template("indices.html", series=[9, 10, 11, 13] + list(range(16, 33)))
+ return render_template("indices.html", series=[9, 10, 11, 13] + list(range(16, 34)))
@app.route("/")