lunarflu HF staff commited on
Commit
f034bb8
·
verified ·
1 Parent(s): b8cf33d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ async def on_message(message):
79
  async def post_to_slack(author, content, channel, url, slack_mention, trigger):
80
  try:
81
  response = slack_client.chat_postMessage(
82
- channel=SLACK_CHANNEL_ID,
83
  text=f"{slack_mention} (for the keyword -> '{trigger}')\nFrom {author} in channel #{channel}: {content}\n{url}"
84
  )
85
  except SlackApiError as e:
 
79
  async def post_to_slack(author, content, channel, url, slack_mention, trigger):
80
  try:
81
  response = slack_client.chat_postMessage(
82
+ channel=SLACK_CHANNEL,
83
  text=f"{slack_mention} (for the keyword -> '{trigger}')\nFrom {author} in channel #{channel}: {content}\n{url}"
84
  )
85
  except SlackApiError as e: