lunarflu HF staff commited on
Commit
23546aa
·
verified ·
1 Parent(s): 052d992

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ async def on_thread_create(thread):
96
  SLACK_CHANNEL_ID,
97
  f"New forum thread started in #ask-for-help by {thread.owner}: *{thread.name}*\n"
98
  f"{thread.jump_url}",
99
- thread.owner
100
  )
101
  print("5")
102
  if slack_thread_ts:
 
96
  SLACK_CHANNEL_ID,
97
  f"New forum thread started in #ask-for-help by {thread.owner}: *{thread.name}*\n"
98
  f"{thread.jump_url}",
99
+ f"{thread.owner}"
100
  )
101
  print("5")
102
  if slack_thread_ts: