bot commited on
Commit
9c959c8
·
1 Parent(s): c1cbc3e
Files changed (1) hide show
  1. main.py +4 -2
main.py CHANGED
@@ -366,8 +366,10 @@ async def perform_file_action(
366
  )
367
 
368
  reply_markup = InlineKeyboardMarkup(keyboard)
369
- await update.message.reply_text(f"📋文件列表:", reply_markup=reply_markup)
370
- # await update.callback_query.edit_message_text(f"你选择了取消任务:{file_id}")
 
 
371
 
372
 
373
  #################### 离线任务处理 ##########################
 
366
  )
367
 
368
  reply_markup = InlineKeyboardMarkup(keyboard)
369
+ # await update.message.reply_text(f"📋文件列表:", reply_markup=reply_markup)
370
+ await update.callback_query.edit_message_text(
371
+ f"📋文件列表:", reply_markup=reply_markup
372
+ )
373
 
374
 
375
  #################### 离线任务处理 ##########################