bot
commited on
Commit
·
9c959c8
1
Parent(s):
c1cbc3e
fix
Browse files
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 |
-
|
|
|
|
|
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 |
#################### 离线任务处理 ##########################
|