lunarflu HF Staff commited on
Commit
c36cd57
·
1 Parent(s): 8e113ec

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -475,7 +475,7 @@ async def dfif2(index: int, stage_1_result_path, thread, dfif_command_message_id
475
  try:
476
  parent_channel = thread.parent
477
  dfif_command_message = await parent_channel.fetch_message(dfif_command_message_id)
478
- await dfif_command_message.remove_reaction(<:agree:1098629085955113011>, bot.user)
479
  await dfif_command_message.add_reaction('<a:loading:1114111677990981692>')
480
 
481
  number = index + 1
 
475
  try:
476
  parent_channel = thread.parent
477
  dfif_command_message = await parent_channel.fetch_message(dfif_command_message_id)
478
+ await dfif_command_message.remove_reaction('<:agree:1098629085955113011>', bot.user)
479
  await dfif_command_message.add_reaction('<a:loading:1114111677990981692>')
480
 
481
  number = index + 1