lunarflu HF staff commited on
Commit
7d0c065
1 Parent(s): 687dc78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ async def on_thread_update(before, after):
187
  def react_to_slack_message(thread_ts, emoji):
188
  try:
189
  response = slack_client.reactions_add(
190
- channel=SLACK_CHANNEL_ID,
191
  name=emoji,
192
  timestamp=thread_ts
193
  )
 
187
  def react_to_slack_message(thread_ts, emoji):
188
  try:
189
  response = slack_client.reactions_add(
190
+ channel=SLACK_CHANNEL_ID_TEST,
191
  name=emoji,
192
  timestamp=thread_ts
193
  )