lunarflu HF staff commited on
Commit
d589312
·
verified ·
1 Parent(s): 952362b

Update app.py

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