bot commited on
Commit
5262641
·
1 Parent(s): c58486c
Files changed (1) hide show
  1. main.py +1 -3
main.py CHANGED
@@ -236,9 +236,7 @@ async def handle_message(update: Update, context: ContextTypes.DEFAULT_TYPE):
236
  async def tg_show_files(update: Update, context: CallbackContext):
237
  if "file_id" not in context.user_data:
238
  context.user_data["file_id"] = ""
239
- files = await THUNDERX_CLIENT.file_list(
240
- 100, context.user_data["file_id"], "", {}, {}
241
- )
242
  keyboard = []
243
 
244
  if files["files"] is None:
 
236
  async def tg_show_files(update: Update, context: CallbackContext):
237
  if "file_id" not in context.user_data:
238
  context.user_data["file_id"] = ""
239
+ files = await THUNDERX_CLIENT.file_list(100, context.user_data["file_id"], "", {})
 
 
240
  keyboard = []
241
 
242
  if files["files"] is None: