diff options
| -rw-r--r-- | python/risk_insight/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/risk_insight/views.py b/python/risk_insight/views.py index 17ab6c9a..395e53d8 100644 --- a/python/risk_insight/views.py +++ b/python/risk_insight/views.py @@ -100,7 +100,7 @@ def tranches(): @app.route("/indices.html") def indices(): - return render_template("indices.html", series=[9, 10, 11, 13] + list(range(16, 30))) + return render_template("indices.html", series=[9, 10, 11, 13] + list(range(16, 31))) @app.route("/") def main(): |
