From 1b8d45b86ca62fd7c24f21725b19597c575bcfd5 Mon Sep 17 00:00:00 2001 From: javamon117 <124219470+javamon117@users.noreply.github.com> Date: Wed, 13 Sep 2023 17:14:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B8=94=EB=A1=9C=EA=B7=B8=20=EB=A9=94?= =?UTF-8?q?=EC=9D=B8=20=EB=AA=A9=EB=A1=9D=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?-=20=EC=B5=9C=EA=B7=BC=20=EB=AA=A9=EB=A1=9D=20=EB=B8=94?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EB=B0=8F=20=EB=9E=9C=EB=8D=A4=20=EB=B8=94?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EA=B0=80=EC=A0=B8=EC=98=A4=EA=B8=B0=20?= =?UTF-8?q?=EB=B6=80=EB=B6=84=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 282b9c4..9b10cba 100644 --- a/app.py +++ b/app.py @@ -112,7 +112,7 @@ def index(): posts.append(random_post[0]) - # 태그 제거 후 150자로 제한 + # 태그 제거 후 150자로 제한 for post in posts: post['contents'] = remove_html_tags(post['contents'])[:150]