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"] }}