From 4201a1f88412205917e1a60c1f44834692809800 Mon Sep 17 00:00:00 2001 From: SeanChenTaipei Date: Sun, 5 Mar 2023 15:19:04 +0800 Subject: [PATCH] google --- main.py | 4 ++-- templates/base.html | 47 ++++++++++++++++++++++++++++++++++---- templates/strategy_tw.html | 40 +++++++++++++++++--------------- 3 files changed, 66 insertions(+), 25 deletions(-) diff --git a/main.py b/main.py index b041e69..ce7ef52 100644 --- a/main.py +++ b/main.py @@ -20,8 +20,8 @@ pd.options.plotting.backend = "plotly" # PARAMETERS CONFIGS = { - "ENV": "development", - "DEBUG": True, + # "ENV": "development", + # "DEBUG": True, "SECRET_KEY": os.urandom(30), # Set the secret key for session authentication "PERMANENT_SESSION_LIFETIME": timedelta(minutes=60) } diff --git a/templates/base.html b/templates/base.html index 2f4839b..cdf60d8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -23,9 +23,9 @@ {% endblock %}