Skip to content

Commit

Permalink
Deploy Teamplate
Browse files Browse the repository at this point in the history
  • Loading branch information
liante0904 committed Jul 9, 2024
1 parent 600bc9f commit a6584af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion news.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def GetSendMessageText(INDEX, ARTICLE_BOARD_NAME , ARTICLE_TITLE , ARTICLE_URL):
# 게시글 제목(굵게)
sendMessageText += "*" + ARTICLE_TITLE.replace("_", " ").replace("*", "") + "*" + "\n"
# 원문 링크
sendMessageText += EMOJI_PICK + "[원문링크(클릭)]" + "("+ ARTICLE_URL + ")" + "\n"
sendMessageText += EMOJI_PICK + "[원문링크(클릭)]" + "("+ ARTICLE_URL + ")" + "\n\n"

return sendMessageText

Expand Down

0 comments on commit a6584af

Please sign in to comment.