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]