Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ async def on_thread_create(thread):
|
|
| 104 |
|
| 105 |
def post_to_slack_forum_version(channel, text, author, thread_ts=None):
|
| 106 |
print("6")
|
| 107 |
-
text = author + ": " + text
|
| 108 |
try:
|
| 109 |
response = slack_client.chat_postMessage(
|
| 110 |
channel=channel,
|
|
|
|
| 104 |
|
| 105 |
def post_to_slack_forum_version(channel, text, author, thread_ts=None):
|
| 106 |
print("6")
|
| 107 |
+
text = f"{author}" + ": " + text
|
| 108 |
try:
|
| 109 |
response = slack_client.chat_postMessage(
|
| 110 |
channel=channel,
|