bot commited on
Commit
41538d2
·
1 Parent(s): 24566a6
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -249,7 +249,7 @@ async def tg_show_shares(update: Update, context: CallbackContext):
249
  InlineKeyboardButton(f"{share['share_id']}"),
250
  InlineKeyboardButton(
251
  f"取消",
252
- callback_data=f"del_s:{share['id']}",
253
  ),
254
  ]
255
  )
 
249
  InlineKeyboardButton(f"{share['share_id']}"),
250
  InlineKeyboardButton(
251
  f"取消",
252
+ callback_data=f"del_s:{share['share_id']}",
253
  ),
254
  ]
255
  )