Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ async def on_thread_create(thread):
|
|
97 |
slack_thread_ts = slack_client.chat_postMessage(
|
98 |
channel=FORUM_CHANNEL_ID,
|
99 |
text=text,
|
100 |
-
thread_ts=
|
101 |
)
|
102 |
print("5")
|
103 |
if slack_thread_ts:
|
|
|
97 |
slack_thread_ts = slack_client.chat_postMessage(
|
98 |
channel=FORUM_CHANNEL_ID,
|
99 |
text=text,
|
100 |
+
thread_ts=None
|
101 |
)
|
102 |
print("5")
|
103 |
if slack_thread_ts:
|