From fde3be4c232fdcbea0e571425bcffe571df14f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=87=AF?= <1183989703@qq.com> Date: Sat, 11 Jun 2022 23:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'app/Article.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Article.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Article.py b/app/Article.py index 04a32ea..774d25a 100644 --- a/app/Article.py +++ b/app/Article.py @@ -68,7 +68,7 @@ def get_today_article(user_word_list, articleID): s += '
' article_title = get_article_title(d['text']) article_body = get_article_body(d['text']) - s += '

%s

' % (article_title) + s += '

%s

' % (article_title) s += '

%s

' % (article_body) s += '

%s

' % (d['source']) s += '

%s

' % (get_question_part(d['question']))