From ebe6bf4fa00a36ca984e66fcbfabb9a074e5a5b5 Mon Sep 17 00:00:00 2001 From: SeanChenTaipei Date: Mon, 13 Mar 2023 15:57:22 +0800 Subject: [PATCH] c --- main.py | 4 ++-- templates/base.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index fe8978d..cdd1bd9 100644 --- a/main.py +++ b/main.py @@ -50,8 +50,8 @@ role_map = dict(max_sharpe='最大化夏普比率', max_sortino='最大化索提 app = Flask(__name__) app.config.from_mapping(CONFIGS) -app.add_url_rule('/growth.ico', - redirect_to=url_for('static', filename='img/growth.ico')) +# app.add_url_rule('/growth.ico', +# redirect_to=url_for('static', filename='img/growth.ico')) # Load Assets with open('assets_tw.json') as f: diff --git a/templates/base.html b/templates/base.html index 3606943..3f83037 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,8 +4,8 @@ - {% block title %}NTHU Trading Platform{% endblock title%} - + {% block title %}TPM{% endblock title%} +