From 706ee48a7d7bc3782aac9faef1c584b5ecaaffa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=AA=E5=91=A8=E6=8C=BA?= <2778919974@qq.com> Date: Fri, 28 Jun 2024 20:57:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=AE=80=E5=8D=95=E5=8D=95?= =?UTF-8?q?=E8=AF=8D=E6=9C=AA=E6=88=90=E5=8A=9F=E5=8A=A0=E5=85=A5=E7=94=9F?= =?UTF-8?q?=E8=AF=8D=E7=B0=BF=EF=BC=8C=E4=BD=86=E4=BE=9D=E6=97=A7=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E2=80=9Cadded=20****.=E2=80=9D=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/user_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/user_service.py b/app/user_service.py index 7f09f5b..eeca743 100644 --- a/app/user_service.py +++ b/app/user_service.py @@ -198,7 +198,7 @@ def user_mark_word(username): pickle_idea2.save_frequency_to_pickle(d, user_freq_record) flash('Added %s.' % (', '.join(trueadd))) # 显示添加的单词 else: - flash('No new words were added. All words were either too simple or already in your list.') # 没有单词被添加 + flash('No new words were added.') # 没有单词被添加 return redirect(url_for('user_bp.userpage', username=username)) else: return 'Under construction'