bot
commited on
Commit
·
9efcdc8
1
Parent(s):
e985580
fix
Browse files
main.py
CHANGED
@@ -346,7 +346,7 @@ async def perform_file_action(
|
|
346 |
update: Update, context: CallbackContext, action: str, file_id: str, parent_id: str
|
347 |
):
|
348 |
|
349 |
-
print(f"123========{parent_id}abc================")
|
350 |
|
351 |
if action == "list_file":
|
352 |
files = await THUNDERX_CLIENT.file_list(100, file_id, "", {})
|
|
|
346 |
update: Update, context: CallbackContext, action: str, file_id: str, parent_id: str
|
347 |
):
|
348 |
|
349 |
+
print(f"123========{type(parent_id)}abc================")
|
350 |
|
351 |
if action == "list_file":
|
352 |
files = await THUNDERX_CLIENT.file_list(100, file_id, "", {})
|