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