Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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=
|
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:
|