bot
commited on
Commit
·
35212e7
1
Parent(s):
7225d1a
Fix
Browse files
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:{
|
255 |
),
|
256 |
]
|
257 |
)
|
|
|
251 |
),
|
252 |
InlineKeyboardButton(
|
253 |
f"取消",
|
254 |
+
callback_data=f"del_s:{share['id']}",
|
255 |
),
|
256 |
]
|
257 |
)
|