bot commited on
Commit
32d7e8c
·
1 Parent(s): 449b123
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -353,7 +353,7 @@ async def perform_file_action(
353
  [
354
  InlineKeyboardButton(
355
  f"返回上级",
356
- callback_data=f"list_file:{file_id}:{parent_id}",
357
  ),
358
  ]
359
  )
 
353
  [
354
  InlineKeyboardButton(
355
  f"返回上级",
356
+ callback_data=f"list_file:{parent_id}:{parent_id}",
357
  ),
358
  ]
359
  )