From c9bbf6b6a3f22a19ef0b64048665e0bee56bfd97 Mon Sep 17 00:00:00 2001 From: Lan Hui <1348141770@qq.com> Date: Thu, 12 Mar 2026 15:50:59 +0800 Subject: [PATCH] Remove ambiguities: The Oxford word coverage is X% -> X% of the words in this article are in Oxford Word 5000. --- app/main.py | 4 ++-- app/templates/userpage_get.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/main.py b/app/main.py index c39f0b7..5372bf0 100644 --- a/app/main.py +++ b/app/main.py @@ -144,8 +144,8 @@ if __name__ == '__main__': 运行程序 ''' # app.secret_key = os.urandom(16) - # app.run(debug=False, port='6000') - app.run(debug=True) + app.run(debug=True, port=5000) + # app.run(debug=True) # app.run(debug=True, port='6000') # app.run(host='0.0.0.0', debug=True, port='6000') # print(mod5('123')) diff --git a/app/templates/userpage_get.html b/app/templates/userpage_get.html index d3bf8bf..296d2de 100644 --- a/app/templates/userpage_get.html +++ b/app/templates/userpage_get.html @@ -87,7 +87,7 @@
Article added on: {{ today_article["date"] }}