diff options
| -rw-r--r-- | risk_insight/risk_insight/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/risk_insight/risk_insight/__init__.py b/risk_insight/risk_insight/__init__.py index b4eeb3af..6d6c31a8 100644 --- a/risk_insight/risk_insight/__init__.py +++ b/risk_insight/risk_insight/__init__.py @@ -82,7 +82,7 @@ def tranches(): @app.route("/indices.html") def indices(): - return render_template("indices.html", series=[9, 10, 11, 13, 15, 17, 19, 21, 22, 23]) + return render_template("indices.html", series=[9, 10, 11, 13, 15]+ list(range(17, 24))) @app.route("/") def main(): |
