lunarflu HF staff commited on
Commit
d50341d
·
verified ·
1 Parent(s): 9d2cc98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=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: