bot commited on
Commit
941ea95
·
1 Parent(s): 4dc70a5
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -341,7 +341,7 @@ async def perform_file_action(
341
  [
342
  InlineKeyboardButton(
343
  f"返回上级",
344
- callback_data=f"list_file:{files["files"]["parent_id"]}",
345
  ),
346
  ]
347
  )
 
341
  [
342
  InlineKeyboardButton(
343
  f"返回上级",
344
+ callback_data=f"list_file:{files["files"][0]["parent_id"]}",
345
  ),
346
  ]
347
  )