Skip to content

Commit

Permalink
fix: bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
madawei2699 committed Mar 25, 2023
1 parent 36694ca commit 64fc5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def send_daily_news(client, news):
try:
r = client.chat_postMessage(
channel=schedule_channel,
text="",
text="🔥🔥🔥 Daily Hot News 🔥🔥🔥",
blocks=news_item,
reply_broadcast=True,
unfurl_links=False,
Expand Down

0 comments on commit 64fc5cc

Please sign in to comment.