wnm168 commited on
Commit
3d79530
·
verified ·
1 Parent(s): 25816df

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -496,7 +496,7 @@ async def perform_file_action(
496
  break
497
  if download_url is not None:
498
  await update.callback_query.edit_message_text(
499
- f"📋文件下载地址:{download_url}"
500
  )
501
  else:
502
  await update.callback_query.edit_message_text(f"❌未找到文件下载地址!!")
 
496
  break
497
  if download_url is not None:
498
  await update.callback_query.edit_message_text(
499
+ f"{download_url}"
500
  )
501
  else:
502
  await update.callback_query.edit_message_text(f"❌未找到文件下载地址!!")