update folder name

This commit is contained in:
2025-08-25 15:18:47 +08:00
parent 7f7bb6d8bb
commit f8976ee045
10 changed files with 1 additions and 1 deletions

2
app.py
View File

@@ -9,7 +9,7 @@ from languages import LANGUAGES, TRANSLATIONS, DEFAULT_LANGUAGE
from futu import *
import pandas as pd
app = Flask(__name__)
app = Flask(__name__, template_folder='pages')
app.secret_key = os.urandom(24) # 设置会话密钥
# 配置日志