bot commited on
Commit
35212e7
·
1 Parent(s): 7225d1a
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -251,7 +251,7 @@ async def tg_show_shares(update: Update, context: CallbackContext):
251
  ),
252
  InlineKeyboardButton(
253
  f"取消",
254
- callback_data=f"del_s:{file['id']}",
255
  ),
256
  ]
257
  )
 
251
  ),
252
  InlineKeyboardButton(
253
  f"取消",
254
+ callback_data=f"del_s:{share['id']}",
255
  ),
256
  ]
257
  )