wnm168 commited on
Commit
0128fae
·
verified ·
1 Parent(s): 3d79530

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -271,7 +271,7 @@ async def tg_show_shares(update: Update, context: CallbackContext):
271
  ),
272
  InlineKeyboardButton(
273
  f"{share['share_id']}",
274
- callback_data=f"copy_text:{share['share_id']}",
275
  ),
276
  InlineKeyboardButton(
277
  f"取消",
 
271
  ),
272
  InlineKeyboardButton(
273
  f"{share['share_id']}",
274
+ callback_data=f"copy_text:分享码:{share['share_id']}",
275
  ),
276
  InlineKeyboardButton(
277
  f"取消",