bot commited on
Commit
e985580
·
1 Parent(s): f77c50f
Files changed (1) hide show
  1. main.py +3 -0
main.py CHANGED
@@ -345,6 +345,9 @@ async def handle_file_operation(update: Update, context: CallbackContext):
345
  async def perform_file_action(
346
  update: Update, context: CallbackContext, action: str, file_id: str, parent_id: str
347
  ):
 
 
 
348
  if action == "list_file":
349
  files = await THUNDERX_CLIENT.file_list(100, file_id, "", {})
350
  keyboard = []
 
345
  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, "", {})
353
  keyboard = []